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

[FIXED] A stream raft node could stay running after a stop(). #4118

Merged
merged 2 commits into from May 1, 2023

Commits on May 1, 2023

  1. Fix for a bug that could leave a raft node running when stopping a st…

    …ream.
    
    This can happen when we reset a stream internally and the stream had a prior snapshot.
    
    Also make sure to always release resources back to the account regardless if the store is no longer present.
    
    Signed-off-by: Derek Collison <derek@nats.io>
    derekcollison committed May 1, 2023
    Configuration menu
    Copy the full SHA
    f5ac5a4 View commit details
    Browse the repository at this point in the history
  2. Make sure we adjust accounting reservations when deleting a stream wi…

    …th any issues.
    
    Signed-off-by: Derek Collison <derek@nats.io>
    derekcollison committed May 1, 2023
    Configuration menu
    Copy the full SHA
    f098c25 View commit details
    Browse the repository at this point in the history