-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
br: download sst again with no-crypt parameters when met decryption error for downloadSST #32847
Conversation
Signed-off-by: joccau <[email protected]>
Signed-off-by: joccau <[email protected]>
…on error Signed-off-by: joccau <[email protected]>
[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 submitting an approval review. |
@joccau: GitHub didn't allow me to request PR reviews from the following users: PTAL. Note that only pingcap members and repo collaborators can review this PR, and authors cannot review their own PRs. |
Code Coverage Details: https://codecov.io/github/pingcap/tidb/commit/c5762925cb9f8ac2fb8de457a223dd71ec09ab65 |
Signed-off-by: joccau <[email protected]>
/run-br-integration-test |
/run-integration-br-test |
1 similar comment
/run-integration-br-test |
Signed-off-by: joccau <[email protected]>
/run-integration-br-test |
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.
go concurrency, go routines fetch local variables, it possible update on next iterator cause problem
Signed-off-by: joccau <[email protected]>
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.
rest lgtm
/run-integration-br-test |
/run-integration-br-test |
/run-integration-br-test |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: c576292
|
cherry pick to release-5.3 in PR #33196 |
cherry pick to release-5.4 in PR #33197 |
Signed-off-by: joccau <[email protected]>
…rror for downloadSST (pingcap#32847) (pingcap#33197) close pingcap#32423
What problem does this PR solve?
Issue Number: close #32423
Problem Summary:
If the SST file from backup crypt is not been encrypted,user will fail to restore because of failing to download sst.
What is changed and how it works?
Check List
Tests
Side effects
Documentation
Release note