You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Diogo (JIRA)" <ji...@apache.org> on 2010/09/17 19:17:33 UTC

[jira] Created: (ZOOKEEPER-875) ResponderThread and udpSocket should be move from QuorumPeer to LeaderElection

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.