ResponderThread and udpSocket should be move from QuorumPeer to LeaderElection
------------------------------------------------------------------------------
Key: ZOOKEEPER-875
URL: https://issues.apache.org/jira/browse/ZOOKEEPER-875
Project: Zookeeper
Issue Type: Improvement
Components: leaderElection
Affects Versions: 3.3.1
Reporter: Diogo
Priority: Trivial
Part of the algorithm implemented in the class LeaderElection is inside
QuorumPeer. Is there any reason for that? ResponderThread and udpSocket belong
to LeaderElection class and should be moved in LeaderElection.java. That would
make the code look cleaner.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.