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] Orphaned consumers on sourced or mirrored streams keep trying to create new ones. #2279

Merged
merged 2 commits into from
Jun 11, 2021

Commits on Jun 11, 2021

  1. When leader changes happened to streams that mirrored or sourced othe…

    …r streams we could continue to try to create consumers.
    
    This could get excessive on a stream that has sourced many upstream origin streams and had several leader changes.
    
    Signed-off-by: Derek Collison <derek@nats.io>
    derekcollison committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    326a377 View commit details
    Browse the repository at this point in the history
  2. Make sure leader ready

    Signed-off-by: Derek Collison <derek@nats.io>
    derekcollison committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    4912c8b View commit details
    Browse the repository at this point in the history