Closed lightem90 closed 9 years ago
Done
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)
Done with today commit
Failure detector implementation with arbitrary ids (using maps instead of arrays)