-
Notifications
You must be signed in to change notification settings - Fork 412
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
Fix panic when region is not found on TiFlash's side in tryFlushData
#5603
Conversation
Signed-off-by: CalvinNeo <[email protected]>
Signed-off-by: CalvinNeo <[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. |
/run-build-arm64-release comment=true |
Why this problem just affect v6.2.0? |
Because in 6.2 we add a |
The root cause of the problem in this kb is that the data dir for proxy has been changed cause by upgrade. But I think this issue is not caused by the data dir change, but could happen after TiFlash restart several times? |
/run-build-arm64-release comment=true |
Like the following
|
/run-all-tests |
download tiflash binary(linux arm64) at http://fileserver.pingcap.net/download/builds/pingcap/test/tiflash/master/3af34398b58bca308cd604f8fbc820eca5cde2d4/centos7/tiflash-linux-arm64.tar.gz |
Coverage for changed files
Coverage summary
full coverage report (for internal network access only) |
Seems this line
should be throw Exception("region not found when trying flush", ErrorCodes::LOGICAL_ERROR);
|
Signed-off-by: CalvinNeo <[email protected]>
Signed-off-by: CalvinNeo <[email protected]>
Signed-off-by: CalvinNeo <[email protected]>
/run-all-tests |
Signed-off-by: CalvinNeo <[email protected]>
Coverage for changed files
Coverage summary
full coverage report (for internal network access only) |
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-unit-test |
/merge |
@CalvinNeo: It seems you want to merge this PR, I will help you trigger all the tests: /run-all-tests You only need to trigger If you have any questions about the PR merge process, please refer to pr process. 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 ti-community-infra/tichi repository. |
This pull request has been accepted and is ready to merge. Commit hash: a54fe0c
|
/run-unit-test |
1 similar comment
/run-unit-test |
Coverage for changed files
Coverage summary
full coverage report (for internal network access only) |
In response to a cherrypick label: new pull request created: #5611. |
Coverage for changed files
Coverage summary
full coverage report (for internal network access only) |
What problem does this PR solve?
Issue Number: close #5602
Problem Summary:
What is changed and how it works?
Check List
Tests
Side effects
Documentation
Release note