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

[IMPROVED] Raft layer improvements #4020

Merged
merged 4 commits into from Apr 3, 2023
Merged

[IMPROVED] Raft layer improvements #4020

merged 4 commits into from Apr 3, 2023

Commits on Apr 3, 2023

  1. Make sure to not stop raft layer when we detect we are already runnin…

    …g the monitor
    
    Signed-off-by: Derek Collison <derek@nats.io>
    derekcollison committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    9dd7270 View commit details
    Browse the repository at this point in the history
  2. Do not opt-out of normal processing for leadership transfers, but mak…

    …e sure they are only processed if explicitly new
    
    Signed-off-by: Derek Collison <derek@nats.io>
    derekcollison committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    b806a8e View commit details
    Browse the repository at this point in the history
  3. Fix for a datarace

    Signed-off-by: Derek Collison <derek@nats.io>
    derekcollison committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    59175c4 View commit details
    Browse the repository at this point in the history
  4. Fix for flapping test

    Signed-off-by: Derek Collison <derek@nats.io>
    derekcollison committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    7d3ec51 View commit details
    Browse the repository at this point in the history