keyspace: wait region split for system keyspace in next gen#9880
keyspace: wait region split for system keyspace in next gen#9880ti-chi-bot[bot] merged 8 commits intotikv:masterfrom
Conversation
Signed-off-by: lhy1024 <admin@liudos.us>
| if id == constant.SystemKeyspaceID { | ||
| waitRegionSplit = true | ||
| } | ||
| if err := manager.splitKeyspaceRegion(id, waitRegionSplit); err != nil { |
There was a problem hiding this comment.
How about just splitKeyspaceRegion(id, id == constant.SystemKeyspaceID)
Signed-off-by: lhy1024 <admin@liudos.us>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bufferflies, rleungx The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[LGTM Timeline notifier]Timeline:
|
|
/test pull-unit-test-next-gen |
1 similar comment
|
/test pull-unit-test-next-gen |
|
/test pull-unit-test-next-gen |
1 similar comment
|
/test pull-unit-test-next-gen |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #9880 +/- ##
==========================================
+ Coverage 78.64% 78.66% +0.02%
==========================================
Files 491 491
Lines 66217 66239 +22
==========================================
+ Hits 52074 52109 +35
+ Misses 10435 10420 -15
- Partials 3708 3710 +2
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
/test pull-unit-test-next-gen |
Signed-off-by: lhy1024 <admin@liudos.us>
Signed-off-by: lhy1024 <admin@liudos.us>
|
/test pull-unit-test-next-gen |
|
/test pull-unit-test-next-gen |
1 similar comment
|
/test pull-unit-test-next-gen |
|
/test pull-unit-test-next-gen |
Signed-off-by: lhy1024 <admin@liudos.us>
|
/test pull-unit-test-next-gen |
2 similar comments
|
/test pull-unit-test-next-gen |
|
/test pull-unit-test-next-gen |
Signed-off-by: lhy1024 <admin@liudos.us>
|
/test pull-unit-test-next-gen |
|
/cherry-pick release-nextgen-20251011 |
|
@lhy1024: new pull request created to branch DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
What problem does this PR solve?
Issue Number: Close #9879
What is changed and how does it work?
Check List
Tests
Release note