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] Reset logic for streams #4177

Merged
merged 2 commits into from May 17, 2023
Merged

[IMPROVED] Reset logic for streams #4177

merged 2 commits into from May 17, 2023

Commits on May 17, 2023

  1. Updates to stream reset logic.

    1. When catching up do not try forever and if needed reset cluster state.
    2. In checking if a stream is healthy check for node drift.
    3. When restarting a stream make sure the current node is stopped.
    
    Signed-off-by: Derek Collison <derek@nats.io>
    derekcollison committed May 17, 2023
    Configuration menu
    Copy the full SHA
    f355379 View commit details
    Browse the repository at this point in the history
  2. Make sure to delete the stream assignment node here

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