Support for election of leader with arbitrary zxid
--------------------------------------------------
Key: ZOOKEEPER-869
URL: https://issues.apache.org/jira/browse/ZOOKEEPER-869
Project: Zookeeper
Issue Type: New Feature
Reporter: Diogo
Priority: Minor
Fix For: 4.0.0
Currently, the leader election algorithm implemented guarantees that the leader
has the maximum zxid of the ensemble. The state synchronization after the
election was built based on this assumption. However, other leader elections
algorithms might elect leaders with arbitrary zxid.
To support other leader election algorithms, the state synchronization should
allow the leader to have an arbitrary zxid.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.