Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZOOKEEPER-4643, ZOOKEEPER-4646 & ZOOKEEPER-4394: Committed txns lost / NullPointerException in Learner.syncWithLeader() #2152

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 31, 2024

  1. Fix the following issues in Learner.syncWithLeader():

    ZOOKEEPER-4394: NullPointerException when follower receives COMMIT after replying NEWLEADER ack
    ZOOKEEPER-4643: Committed txns lost when follower crashes after updating currentEpoch
    ZOOKEEPER-4646: Committed txns lost when follower crashes after replying NEWLEADER ack
    ZOOKEEPER-4685: Leader shutdown due to follower replies PROPOSAL ack before NEWLEADER ack in Synchronization phase
    ZOOKEEPER-3023: Flaky tests: Zab1_0Test#testNormalFollowerRunWithDiff
    AlphaCanisMajoris committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    cdd13ca View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Rename "packetsNotCommitted" to "packetsNotLogged" in Learner.syncWit…

    …hLeader(..) to make it more understandable
    AlphaCanisMajoris committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    f95a261 View commit details
    Browse the repository at this point in the history