Skip to content

keyspace: wait region split for system keyspace in next gen#9880

Merged
ti-chi-bot[bot] merged 8 commits intotikv:masterfrom
lhy1024:keyspace14
Oct 28, 2025
Merged

keyspace: wait region split for system keyspace in next gen#9880
ti-chi-bot[bot] merged 8 commits intotikv:masterfrom
lhy1024:keyspace14

Conversation

@lhy1024
Copy link
Copy Markdown
Contributor

@lhy1024 lhy1024 commented Oct 28, 2025

What problem does this PR solve?

Issue Number: Close #9879

What is changed and how does it work?

Check List

Tests

  • Unit test

Release note

None.

Signed-off-by: lhy1024 <admin@liudos.us>
@ti-chi-bot ti-chi-bot bot added release-note-none Denotes a PR that doesn't merit a release note. dco-signoff: yes Indicates the PR's author has signed the dco. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Oct 28, 2025
@ti-chi-bot ti-chi-bot bot added needs-1-more-lgtm Indicates a PR needs 1 more LGTM. approved labels Oct 28, 2025
if id == constant.SystemKeyspaceID {
waitRegionSplit = true
}
if err := manager.splitKeyspaceRegion(id, waitRegionSplit); err != nil {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about just splitKeyspaceRegion(id, id == constant.SystemKeyspaceID)

Signed-off-by: lhy1024 <admin@liudos.us>
@ti-chi-bot
Copy link
Copy Markdown
Contributor

ti-chi-bot bot commented Oct 28, 2025

[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

Details Needs approval from an approver in each of these files:
  • OWNERS [bufferflies,rleungx]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ti-chi-bot ti-chi-bot bot added lgtm and removed needs-1-more-lgtm Indicates a PR needs 1 more LGTM. labels Oct 28, 2025
@ti-chi-bot
Copy link
Copy Markdown
Contributor

ti-chi-bot bot commented Oct 28, 2025

[LGTM Timeline notifier]

Timeline:

  • 2025-10-28 04:22:08.048471738 +0000 UTC m=+1364034.125724288: ☑️ agreed by rleungx.
  • 2025-10-28 05:39:35.530709857 +0000 UTC m=+1368681.607962407: ☑️ agreed by bufferflies.

@lhy1024
Copy link
Copy Markdown
Contributor Author

lhy1024 commented Oct 28, 2025

/test pull-unit-test-next-gen

1 similar comment
@lhy1024
Copy link
Copy Markdown
Contributor Author

lhy1024 commented Oct 28, 2025

/test pull-unit-test-next-gen

@ti-chi-bot ti-chi-bot bot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Oct 28, 2025
@lhy1024
Copy link
Copy Markdown
Contributor Author

lhy1024 commented Oct 28, 2025

/test pull-unit-test-next-gen

1 similar comment
@lhy1024
Copy link
Copy Markdown
Contributor Author

lhy1024 commented Oct 28, 2025

/test pull-unit-test-next-gen

@codecov
Copy link
Copy Markdown

codecov bot commented Oct 28, 2025

Codecov Report

❌ Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 78.66%. Comparing base (9339b48) to head (7e330f3).
⚠️ Report is 9 commits behind head on master.

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     
Flag Coverage Δ
unittests 78.66% <50.00%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@rleungx
Copy link
Copy Markdown
Member

rleungx commented Oct 28, 2025

/test pull-unit-test-next-gen

Signed-off-by: lhy1024 <admin@liudos.us>
Signed-off-by: lhy1024 <admin@liudos.us>
@lhy1024
Copy link
Copy Markdown
Contributor Author

lhy1024 commented Oct 28, 2025

/test pull-unit-test-next-gen

Signed-off-by: lhy1024 <admin@liudos.us>
@lhy1024
Copy link
Copy Markdown
Contributor Author

lhy1024 commented Oct 28, 2025

/test pull-unit-test-next-gen

1 similar comment
@lhy1024
Copy link
Copy Markdown
Contributor Author

lhy1024 commented Oct 28, 2025

/test pull-unit-test-next-gen

@lhy1024
Copy link
Copy Markdown
Contributor Author

lhy1024 commented Oct 28, 2025

/test pull-unit-test-next-gen

Signed-off-by: lhy1024 <admin@liudos.us>
Signed-off-by: lhy1024 <admin@liudos.us>
@lhy1024
Copy link
Copy Markdown
Contributor Author

lhy1024 commented Oct 28, 2025

/test pull-unit-test-next-gen

2 similar comments
@lhy1024
Copy link
Copy Markdown
Contributor Author

lhy1024 commented Oct 28, 2025

/test pull-unit-test-next-gen

@lhy1024
Copy link
Copy Markdown
Contributor Author

lhy1024 commented Oct 28, 2025

/test pull-unit-test-next-gen

Signed-off-by: lhy1024 <admin@liudos.us>
@ti-chi-bot ti-chi-bot bot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Oct 28, 2025
@lhy1024
Copy link
Copy Markdown
Contributor Author

lhy1024 commented Oct 28, 2025

/test pull-unit-test-next-gen

@ti-chi-bot ti-chi-bot bot merged commit e4a899a into tikv:master Oct 28, 2025
27 of 29 checks passed
@lhy1024
Copy link
Copy Markdown
Contributor Author

lhy1024 commented Oct 28, 2025

/cherry-pick release-nextgen-20251011

@lhy1024 lhy1024 deleted the keyspace14 branch October 28, 2025 13:32
@ti-chi-bot
Copy link
Copy Markdown
Member

@lhy1024: new pull request created to branch release-nextgen-20251011: #9884.

Details

In response to this:

/cherry-pick release-nextgen-20251011

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.

ti-chi-bot bot pushed a commit that referenced this pull request Oct 28, 2025
…9884)

close #9879

Signed-off-by: lhy1024 <admin@liudos.us>

Co-authored-by: lhy1024 <admin@liudos.us>
lhy1024 added a commit to lhy1024/pd that referenced this pull request Oct 29, 2025
…ikv#9880)"

This reverts commit e4a899a.

Signed-off-by: lhy1024 <admin@liudos.us>
ti-chi-bot bot pushed a commit that referenced this pull request Oct 29, 2025
ti-chi-bot pushed a commit to ti-chi-bot/pd that referenced this pull request Oct 29, 2025
…ikv#9880)"

This reverts commit e4a899a.

Signed-off-by: lhy1024 <admin@liudos.us>
ti-chi-bot bot pushed a commit that referenced this pull request Oct 29, 2025
…9880)" (#9885) (#9886)

close #9879

Signed-off-by: lhy1024 <admin@liudos.us>

Co-authored-by: lhy1024 <admin@liudos.us>
@lhy1024 lhy1024 added the nextgen Indicates that the Issue or PR belongs to the nextgen kernel architecture. label Oct 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved dco-signoff: yes Indicates the PR's author has signed the dco. lgtm nextgen Indicates that the Issue or PR belongs to the nextgen kernel architecture. release-note-none Denotes a PR that doesn't merit a release note. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

keyspace: wait region split for system keyspace in next gen

4 participants