backup: support large txn by making scanner ignore safe locks.#17463
backup: support large txn by making scanner ignore safe locks.#17463ti-chi-bot[bot] merged 7 commits intotikv:masterfrom
Conversation
Signed-off-by: 3pointer <luancheng@pingcap.com>
Signed-off-by: 3pointer <luancheng@pingcap.com>
Signed-off-by: 3pointer <luancheng@pingcap.com>
|
Skipping CI for Draft Pull Request. |
|
PR needs rebase. 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. |
|
/test pull-unit-test |
Signed-off-by: 3pointer <luancheng@pingcap.com>
dc501f3 to
b791845
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Leavrth, YuJuncen 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 |
|
@3pointer: Your PR was out of date, I have automatically updated it for you. If the CI test fails, you just re-trigger the test that failed and the bot will merge the PR for you after the CI passes. 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. |
|
/test pull-unit-test |
1 similar comment
|
/test pull-unit-test |
…17463) ref pingcap/tidb#53224 Backup: support large txn by making scanner ignore safe locks Signed-off-by: 3pointer <luancheng@pingcap.com> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
|
In response to a cherrypick label: new pull request created to branch |
What is changed and how it works?
Issue Number: close #19208
ref pingcap/tidb#53224
What's Changed:
Use bypass locks to build backup scanner. so that backup will ignore some safe locks(commit ts > backup ts).
Related changes
pingcap/docs/pingcap/docs-cn:Check List
Tests
Side effects
Release note