ddl,executor: fix usages of getting regions from pd client (#63371)#63379
Conversation
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
|
@D3Hunter This PR has conflicts, I have hold it. |
|
@ti-chi-bot: ## If you want to know how to resolve it, please read the guide in TiDB Dev Guide. DetailsInstructions 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. |
Signed-off-by: tangenta <tangenta@126.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: D3Hunter, tangenta 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 |
|
/retest |
1 similar comment
|
/retest |
|
/retest |
Signed-off-by: tangenta <tangenta@126.com>
Signed-off-by: tangenta <tangenta@126.com>
|
/retest |
375aac0
into
pingcap:release-nextgen-20250815
This is an automated cherry-pick of #63371
What problem does this PR solve?
Issue Number: close #61702
Problem Summary:
The old impl doesn't work in next-gen because the keys are not encoded by the keyspace.
What changed and how does it work?
store.GetCodec()to encode region ranges before sending get-region requests.information_schema.tikv_region_status.Check List
Tests
Sysbench 20,000,000 rows (tableSizeInBytes=4.092GiB):
Before this PR:
After this PR:
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.