lightem90 / testMRMW

MRMW for deployment on test system
0 stars 0 forks source link

TODO: #2

Closed lightem90 closed 9 years ago

lightem90 commented 9 years ago

Failure detector implementation with arbitrary ids (using maps instead of arrays)

lightem90 commented 9 years ago

Done

lightem90 commented 9 years ago

Ok, not done but kind of. Now at start it writes on a file not only ip:port but id \ip:port in this way I initialize the Failure Detector and the activeNodes arrayList with the proper size. We may consider to add checks to wait a quorum of nodes to start the master election. At the beginning we consider all nodes offline until we get a message from them, so the initial view is empty (except ourself but we are not included in our own view for obvious reasons) and at initialization the initial view stays empty. The problem is now in Tag handling (rep map and Tag update / comparison)

lightem90 commented 9 years ago

Done with today commit