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

RAFT node responds to VoteRequest with outdated Term #5021

Merged
merged 2 commits into from
Feb 1, 2024

Commits on Feb 1, 2024

  1. [FIXED] RAFT node responds to VoteRequest with outdated Term

    A node's Term may be increased during handling of a VoteRequest.
    When that was the case, the node was responding with a stale Term.
    mprimi authored and neilalexander committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    d1a5a38 View commit details
    Browse the repository at this point in the history
  2. Fix TestNRGSimpleElection to track the changed term after granted vote

    Signed-off-by: Neil Twigg <neil@nats.io>
    neilalexander committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    34d70e4 View commit details
    Browse the repository at this point in the history