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

Reduce lock contention on gossip CRDS table #28643

Open
behzadnouri opened this issue Oct 27, 2022 · 0 comments
Open

Reduce lock contention on gossip CRDS table #28643

behzadnouri opened this issue Oct 27, 2022 · 0 comments
Labels
do-not-close Add this tag to exempt an issue/PR from being closed by the stalebot

Comments

@behzadnouri
Copy link
Contributor

Problem

Metrics and runtime profiles indicate lock contention on gossip CRDS table.

Proposed Solution

Split gossip CRDS table into shards with separate RwLock for each shard: #26625

@github-actions github-actions bot added the stale [bot only] Added to stale content; results in auto-close after a week. label Oct 30, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 7, 2023
@behzadnouri behzadnouri reopened this Nov 7, 2023
@behzadnouri behzadnouri added do-not-close Add this tag to exempt an issue/PR from being closed by the stalebot and removed stale [bot only] Added to stale content; results in auto-close after a week. labels Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do-not-close Add this tag to exempt an issue/PR from being closed by the stalebot
Projects
Development

No branches or pull requests

1 participant