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

Make sure leadership transfer is set back to false in all cases. #493

Commits on Mar 8, 2022

  1. Make sure leadership transfer is set back to false in all cases.

    Release 1.3.4 introduced a bug that wound only call setLeadershipTransferInProgress back to false
    when leadership transfer to another node succeeded.  In the case where it did not succeed,
    leadershipTransferInProgress was left set to true, breaking any callers that relied on it being set back
    to false after a failed leadership transfer.
    VictorLowther committed Mar 8, 2022
    Copy the full SHA
    4bb04ca View commit details
    Browse the repository at this point in the history