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

Implement bucket routing table, bucket discovery, point lookup of bucket #3995

Open
Gerold103 opened this issue Feb 13, 2019 · 0 comments
Open
Labels
blocked Not ready to be implemented feature A new functionality vshard Sharding related issues
Milestone

Comments

@Gerold103
Copy link
Collaborator

Bucket routing table stores locations of all buckets of cluster. Buckets discovery periodically downloads bucket identifiers from each replicaset in big chunks. Bucket point lookup visits in parallel each replicaset in search of a bucket, if its id is not found in the routing table on a request attempt.

Allow to not specify UUID of a replicaset if bucket_id is specified. Proxy should lookup UUID in its routing table.

Follows #3994.

@Gerold103 Gerold103 added vshard Sharding related issues blocked Not ready to be implemented labels Feb 13, 2019
@kyukhin kyukhin added this to the wishlist milestone Jul 21, 2021
@kyukhin kyukhin added the feature A new functionality label Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Not ready to be implemented feature A new functionality vshard Sharding related issues
Projects
None yet
Development

No branches or pull requests

2 participants