br: check and compact for br#63419
Conversation
Signed-off-by: Jianjun Liao <jianjun.liao@outlook.com>
|
Hi @Leavrth. Thanks for your PR. PRs from untrusted users cannot be marked as trusted with I understand the commands that are listed here. 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 kubernetes-sigs/prow repository. |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #63419 +/- ##
================================================
+ Coverage 72.7763% 74.5329% +1.7566%
================================================
Files 1842 1858 +16
Lines 497890 498527 +637
================================================
+ Hits 362346 371567 +9221
+ Misses 113543 104210 -9333
- Partials 22001 22750 +749
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
Signed-off-by: Jianjun Liao <jianjun.liao@outlook.com>
Signed-off-by: Jianjun Liao <jianjun.liao@outlook.com>
|
/retest |
|
@Leavrth: Cannot trigger testing until a trusted user reviews the PR and leaves an 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. |
Signed-off-by: Jianjun Liao <jianjun.liao@outlook.com>
| Start: startKey, | ||
| End: endKey, | ||
| }, | ||
| TtlSeconds: 7200, |
There was a problem hiding this comment.
what will happen if ttl expired(2 hour)?
There was a problem hiding this comment.
If we can ingest enough sst during 2hour, seems no problem.
|
/retest |
|
@BornChanger: Cannot trigger testing until a trusted user reviews the PR and leaves an 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. |
|
/ok-to-test |
|
/cc @yudongusa |
|
@BornChanger: GitHub didn't allow me to request PR reviews from the following users: yudongusa. Note that only pingcap members and repo collaborators can review this PR, and authors cannot review their own PRs. 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. |
Signed-off-by: Jianjun Liao <jianjun.liao@outlook.com>
Signed-off-by: Jianjun Liao <jianjun.liao@outlook.com>
Signed-off-by: Jianjun Liao <jianjun.liao@outlook.com>
Signed-off-by: Jianjun Liao <jianjun.liao@outlook.com>
|
/retest |
2 similar comments
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
/retest |
1 similar comment
|
/retest |
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
|
In response to a cherrypick label: new pull request created to branch |
This reverts commit 24be24d.
What problem does this PR solve?
Issue Number: close #63176
Problem Summary:
After split large regions, there may be some TiKV having a SST containing both region meta kv and data kv.
What changed and how does it work?
compact this SST before ingest
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.