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

Cherry-pick PRs into v2.10.10 release branch #5030

Merged
merged 8 commits into from
Feb 2, 2024

Commits on Feb 2, 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 wallyqs committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    d7f0149 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 authored and wallyqs committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    d0ee013 View commit details
    Browse the repository at this point in the history
  3. NRG: Don't send metaleader snapshot as normal entry on leader change …

    …if apply queue is not empty
    
    Signed-off-by: Neil Twigg <neil@nats.io>
    
    fix
    neilalexander authored and wallyqs committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    eb2a53f View commit details
    Browse the repository at this point in the history
  4. Fix flapping test TestRouteCompressionAuto

    Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
    kozlovic authored and wallyqs committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    20028dd View commit details
    Browse the repository at this point in the history
  5. When moving to direct addServiceImport, needed to explicitly set "to"…

    … to avoid extra work.
    
    Caused performance hit on KV Get performance tests.
    
    Signed-off-by: Derek Collison <derek@nats.io>
    derekcollison authored and wallyqs committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    fc84342 View commit details
    Browse the repository at this point in the history
  6. Use dios gate internally and do not wrap whole function.

    Signed-off-by: Derek Collison <derek@nats.io>
    derekcollison authored and wallyqs committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    7a8f9d7 View commit details
    Browse the repository at this point in the history
  7. Remove fallback cleanup of consumer raft directory.

    Signed-off-by: Derek Collison <derek@nats.io>
    derekcollison authored and wallyqs committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    a478ee0 View commit details
    Browse the repository at this point in the history
  8. Add support to customize cluster ping_interval

    Signed-off-by: Waldemar Quevedo <wally@nats.io>
    wallyqs committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    79960bb View commit details
    Browse the repository at this point in the history