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

Separate critical system metadata from other non-critical ones #11244

Open
jzhou77 opened this issue Mar 12, 2024 · 0 comments
Open

Separate critical system metadata from other non-critical ones #11244

jzhou77 opened this issue Mar 12, 2024 · 0 comments

Comments

@jzhou77
Copy link
Contributor

jzhou77 commented Mar 12, 2024

Critical system metadata, e.g., server list, should always be available. For instance, if RateKeeper can't read server list, it throttles the whole cluster traffic and can cause unavailability.

On the other hand, other non-critical data, e.g., backup, txn samples, can be large. If not carefully configured, e.g., setting transaction sampling ratio to 1, they can hot shard the system keyspace. If the critical metadata happens to be on the same shard, then the database can become unavailable.

The solution to this problem can be solved if we can separate critical system metadata from other non-critical ones, i.e., storing them on different shards, thus reducing the chance of unavailability.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant