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

Possible #10 fix and definite #9 fix #11

Closed Guergeiro closed 4 years ago

Guergeiro commented 4 years ago

Fixed problem associated with #10, by converting the HashMap to ConcurrentHashMap and simply removing an old replica (based on timeout) from the ConcurrentHashMap. This is done every 3 seconds.

Fixed empty while loop.