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] R1 stream move would sometimes lose all msgs. #4413

Merged
merged 1 commit into from Aug 22, 2023

Commits on Aug 22, 2023

  1. When moving streams, we could check too soon and be in a gap where th…

    …e replica peer has not registered a catchup request.
    
    This would cause us to think the replica was caughtup incorrectly and drop our leadership, which would cancel any cacthup requests.
    
    Signed-off-by: Derek Collison <derek@nats.io>
    derekcollison committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    e5d208b View commit details
    Browse the repository at this point in the history