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

changefeedccl: Break gossip dependency #101096

Merged
merged 1 commit into from
Apr 18, 2023
Merged

Commits on Apr 10, 2023

  1. changefeedccl: Break gossip dependency

    Break the dependency on Gossip library which was
    used to determine the number of nodes in the cluster
    in order to limit scanner concurrency.
    Instead, rely on the range descriptors in order
    to determine how many nodes host the ranges that
    need to be scanned.
    
    Fixes cockroachdb#47971
    
    Release note: None
    Yevgeniy Miretskiy committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    ad7d868 View commit details
    Browse the repository at this point in the history