Reinitialized servers should not participate in leader election
---------------------------------------------------------------

                 Key: ZOOKEEPER-261
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-261
             Project: Zookeeper
          Issue Type: Improvement
          Components: leaderElection, quorum
            Reporter: Benjamin Reed


A server that has lost its data should not participate in leader election until 
it has resynced with a leader. Our leader election algorithm and NEW_LEADER 
commit assumes that the followers voting on a leader have not lost any of their 
data. We should have a flag in the data directory saying whether or not the 
data is preserved so that the the flag will be cleared if the data is ever 
cleared.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to