Description
- There are some useless code in the Leader.java which were comment out.
- Pls recheck all the things in this class to clear up
e.g:
// Everything is a go, simply start counting the ticks // WARNING: I couldn't find any wait statement on a synchronized // block that would be notified by this notifyAll() call, so // I commented it out //synchronized (this) { // notifyAll(); //}
//turnOffFollowers();
//LOG.warn("designated leader is: " + designatedLeader);