raftstore: remove stale ranges by DeleteByKeys rather than ingesting. (#18040)#18569
Conversation
ref tikv#18042, close tikv#18107 Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
|
@hhwyt This PR has conflicts, I have hold it. |
Signed-off-by: lucasliang <nkcs_lykx@hotmail.com>
Signed-off-by: lucasliang <nkcs_lykx@hotmail.com>
|
@hhwyt: adding LGTM is restricted to approvers and reviewers in OWNERS files. 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 kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hbisheng, hhwyt, LykxSassinator 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:
|
|
/unhold |
This is an automated cherry-pick of #18040
What is changed and how it works?
Issue Number: Close #18107, Ref #18042
This PR mainly contains the following parts for optimization on scaling, used to mitigate the impacts, introduced by unnecessary ingesting sst files:
What's Changed:
Related changes
pingcap/docs/pingcap/docs-cn:Check List
Tests
Taking the
grpc messages durationin TiKV metrics panel as examples, positive performance feedbacks on reducing the long-tail latency can be reviewed from the following comparison results:grpc messages durationMeanwhile, the following E2E long-tail reduction also proves that this PR makes positive improvements effects:
Side effects
Release note