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-4394: Apply only committed requests in sync with leader before NEWLEADER ACK #2152

Merged
merged 4 commits into from
Sep 19, 2024

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

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    a5a5a1f View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    f9fc2d9 View commit details
    Browse the repository at this point in the history