-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
kvflowcontroller: eliminate mutex contention #106466
Closed
irfansharif
wants to merge
19
commits into
cockroachdb:master
from
irfansharif:230707.kvflowcontroller-mutex
Closed
kvflowcontroller: eliminate mutex contention #106466
irfansharif
wants to merge
19
commits into
cockroachdb:master
from
irfansharif:230707.kvflowcontroller-mutex
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fixes cockroachdb#105508. Release note: None
It looks like your PR touches production code but doesn't add or edit any test code. Did you consider adding tests to your PR? 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf. |
irfansharif
force-pushed
the
230707.kvflowcontroller-mutex
branch
2 times, most recently
from
July 8, 2023 19:03
0766ca5
to
1549bca
Compare
irfansharif
force-pushed
the
230707.kvflowcontroller-mutex
branch
3 times, most recently
from
July 13, 2023 02:46
45c1592
to
51c6c67
Compare
And add cluster setting to control smoothing alpha for byte token computations. Release note: None
irfansharif
force-pushed
the
230707.kvflowcontroller-mutex
branch
from
July 13, 2023 03:04
51c6c67
to
6edb6a4
Compare
irfansharif
force-pushed
the
230707.kvflowcontroller-mutex
branch
2 times, most recently
from
July 16, 2023 04:47
c076085
to
1a97821
Compare
irfansharif
force-pushed
the
230707.kvflowcontroller-mutex
branch
from
July 16, 2023 05:53
1a97821
to
67d86b5
Compare
irfansharif
force-pushed
the
230707.kvflowcontroller-mutex
branch
from
July 20, 2023 04:15
e737ff4
to
9d01a79
Compare
irfansharif
force-pushed
the
230707.kvflowcontroller-mutex
branch
from
July 20, 2023 04:18
9d01a79
to
7ddab8f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #105508.
Release note: None