-
Notifications
You must be signed in to change notification settings - Fork 778
resource_group: implement async loading for resource groups #10873
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
Open
bufferflies
wants to merge
52
commits into
tikv:master
Choose a base branch
from
bufferflies:pr-cp-10872-async-load-resource-groups
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
23a9e24
resource_group: implement async loading for resource groups to improv…
disksing 966d279
tests: wait for resource group reload after restart
bufferflies fae9a3e
resource_group: avoid overwriting default during async load
bufferflies f7cf2cd
tests: avoid direct proto dependency in RM integration
bufferflies a20e813
resource_group: fix lazy-load ordering and default-group review findings
bufferflies cbe73bc
resource_group: propagate non-not-found errors in AcquireTokenBuckets
bufferflies b23dd8f
Merge remote-tracking branch 'origin/master' into fix-10873-review-co…
bufferflies 25ec642
resource_group: don't mark lazily-loaded group synced on state load f…
bufferflies 306fd57
resource_group: distinguish reserved default placeholder from confirm…
bufferflies 042d6a7
resource_group: keep placeholder state out of the persist loop and re…
bufferflies d2cddc9
resource_group: route default-group creation through the safe load path
bufferflies 8f743d9
resource_group: don't let Modify confirm a state-unconfirmed group
bufferflies eb3e774
resource_group: add lazy-load coverage for legacy null-keyspace groups
bufferflies a32358a
resource_group: clear reserved marker when async merge installs confi…
bufferflies 44e1d75
resource_group: fix unparam lint in async loading tests
bufferflies 5fe46ba
resource_group: don't let a racing lazy load resurrect a deleted group
bufferflies 229cd5d
resource_group: prevent a stale async loader from polluting a new term
bufferflies 10b6c2a
resource_group: don't let the bulk merge clobber modified settings
bufferflies 64e1313
resource_group: persist fresh-store default and retry lazy loads on d…
bufferflies 57475ed
resource_group: guard token bucket state writes with the group lock
bufferflies 78e9e69
address comment
bufferflies 3766698
resource_group: use warn level for retryable bulk load failures
bufferflies 7fe5201
resource_group: keep cross-term lazy loads out of the new term's state
bufferflies 017899a
resource_group: publish metadata mutations against the current manager
bufferflies 58186a0
resource_group: confirm a modified default instead of leaving it rese…
bufferflies 2b7cbef
resource_group: preserve confirmed state when republishing a modified…
bufferflies 308788c
resource_group: merge loaded groups in bounded batches
bufferflies 2948880
resource_group: gate reserved-default backfill on the load epoch
bufferflies 4a9a31d
resource_group: harden async loading error paths and observability
bufferflies 458e69f
resource_group: close remaining async-load epoch/watcher races
bufferflies 1d7726f
resource_group: stop racy default backfill and fix retry status code
bufferflies f8d99b2
resource_group: serialize default group synthesis against real writes
bufferflies ba8534d
resource_group: guard cross-term mutation publish and narrow default-…
bufferflies d16df5d
resource_group: document a known gap in cross-term Delete publish
bufferflies 34eacab
Merge remote-tracking branch 'upstream/master' into pr-cp-10872-async…
bufferflies 3042dde
resource_group: adapt KeyspaceIDValue literal to the oneof API
bufferflies 3069a85
resource_group: link the cross-term Delete publish gap to tikv/pd#11105
bufferflies ee42b55
resource_group: dedupe stale initDefaultResourceGroup doc comment, re…
bufferflies 49d5f10
resource_group: distinguish stale-term and real errors in initDefault…
bufferflies 4efec59
resource_group: fix SetKeyspaceServiceLimit to survive a cross-term l…
bufferflies ab938b6
resource_group: fix two data races between config writes and a leader…
bufferflies d82f878
resource_group: fix watcher-mode default clobbering and SetKeyspaceSe…
bufferflies 0ec8dab
resource_group: close two more cross-term races found in follow-up re…
bufferflies e6b896e
resource_group: route default-group synthesis through publishResource…
bufferflies 45df73d
resource_group: skip syncBurstabilityWithServiceLimitLocked's group l…
bufferflies 984e64d
resource_group: simplify locking helpers and dedupe error-wrapping
bufferflies b35672d
resource_group: retry and fall back to bulk value when loadServiceLim…
bufferflies 422a3cf
resource_group: don't let loadServiceLimits' fallback clobber a concu…
bufferflies 6cc24c7
resource_group: fail fast on Add/Modify/Delete's parked-before-storag…
bufferflies e26e741
mcs, resourcemanager: hold the lock across SetKeyspaceRUVersion's save
bufferflies 619761d
mcs, resourcemanager: hold the lock across initControllerConfig's save
bufferflies 716cbbe
mcs, resourcemanager: table-drive the three abort-on-newer-confirmed-…
bufferflies File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.