issues
search
Guergeiro
/
distributed-systems-2019
This repository contains our practical project for the class of distributed systems
https://cepos-e-mabecos.github.io/distributed-systems-2019/docs
MIT License
0
stars
2
forks
source link
Improved Updates and General Fixes
#31
Closed
Guergeiro
closed
4 years ago
Guergeiro
commented
4 years ago
Updates
Now a replica checks if it is itself outdated.
Ignores all incoming logs, gets latest snapshot and log. Becomes updated.
If it is not, adds the incoming logs.
If a log is missing, asks directly for the missing log to the
leader
.
General Fixes
Changed rmi address from
/placelist
to
/placemanager
.
Removed unnecessary dependency of FrontEnd.
Added verbose to FrontEnd.
Updates
General Fixes
/placelist
to/placemanager
.