Description
currently the zookeeper followers do not commit the new leader election. This will cause problems in a failure scenarios with a follower acking to the same leader txn id twice, which might be two different intermittent leaders and allowing them to propose two different txn's of the same zxid.
Attachments
Attachments
Issue Links
- breaks
-
ZOOKEEPER-1278 acceptedEpoch not handling zxid rollover in lower 32bits
- Resolved
- is related to
-
ZOOKEEPER-790 Last processed zxid set prematurely while establishing leadership
- Closed
- relates to
-
ZOOKEEPER-3608 add a documentation about currentEpoch and acceptEpoch
- Open