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

Issue #3005: Fix ack broken entry succeed in ensemble change unsetting #3041

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 24, 2022

  1. Fix ack broken entry succeed in ensemble change unsetting

    Currently, in `LedgerHandle.unsetSuccessAndSendWriteRequest`,
    `LedgerHandle.sendAddSuccessCallbacks` could be called by
    `PendingAddOp.unsetSuccessAndSendWriteRequest` **before** all pending
    adds evaluated. This will make entries which met ack requirement in old
    ensemble but have not evaluated yet succeed in new ensemble.
    
    Fixes apache#3005.
    kezhuw committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    fa22562 View commit details
    Browse the repository at this point in the history