-
Notifications
You must be signed in to change notification settings - Fork 101
lightning/restore: support ingset multi ssts for same range (#1089) #1150
lightning/restore: support ingset multi ssts for same range (#1089) #1150
Conversation
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
0c65ec9
to
fd12d0a
Compare
ec92e04
to
d14f184
Compare
92d4e54
to
72e1687
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/run-all-tests |
/run-all-tests |
/lgtm |
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by writing |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 23a2749
|
This is an automated cherry-pick of #1089
What problem does this PR solve?
Ingest multi SST files (different CF) together to gain better consistency. This can resolve the problem that lighting import or BR restore may cause TiFlash panic.
What is changed and how it works?
Check List
Tests
Code changes
Side effects
Related changes
Release Note