[prototype] *: replication admission control #93102
Closed
irfansharif wants to merge 2 commits intocockroachdb:masterfrom
Closed
[prototype] *: replication admission control #93102irfansharif wants to merge 2 commits intocockroachdb:masterfrom
irfansharif wants to merge 2 commits intocockroachdb:masterfrom
Conversation
Member
831b14f to
b153b97
Compare
b153b97 to
1d4f79b
Compare
7232b0c to
f4281a6
Compare
Release note: None
6545f19 to
e7ef101
Compare
09321be to
73766ae
Compare
c811d40 to
a3108c9
Compare
- [x] Deduct from quota pools post-proposal.
- [x] Plumb AC info per raft entry to receiver store.
- [x] Define integration point on the IOGrantCoordinator where logical token
consumption informs the right quota pool.
- [x] Wire up the return path for quota, from the receiver all the way
back to the sender.
- [x] Wire it up to the remote-store case.
- [x] Wire it up to the local-store case.
- [x] Segment work queue internals (logical vs. physical tokens).
Release note: None
a3108c9 to
4d3edc3
Compare
10 tasks
Contributor
Author
|
#95563 is now further ahead code-wise. |
This file contains hidden or 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
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.
consumption informs the right quota pool.
back to the sender.