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

[DRAFT] Raft Improvements #5951

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

[DRAFT] Raft Improvements #5951

wants to merge 6 commits into from

Commits on Oct 2, 2024

  1. Handle AE response term before success value

    Signed-off-by: reubenninan <reuben@nats.io>
    ReubenMathew committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f1d39fa View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary term handling

    No need to set term if granting vote since receiving a request with a higher or lower term is handled earlier in this method.
    
    Signed-off-by: reubenninan <reuben@nats.io>
    ReubenMathew committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4b77836 View commit details
    Browse the repository at this point in the history
  3. working

    ReubenMathew committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4972c6a View commit details
    Browse the repository at this point in the history
  4. working

    ReubenMathew committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    ab45312 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Handle AE response term before success value

    Signed-off-by: reubenninan <reuben@nats.io>
    ReubenMathew committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    2c50fa5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88be7c6 View commit details
    Browse the repository at this point in the history