-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
ddl: rollingback add index meets panic leads json unmarshal object error #23848
Conversation
Signed-off-by: lihaowei <haoweili35@gmail.com>
Signed-off-by: lihaowei <haoweili35@gmail.com>
Signed-off-by: lihaowei <haoweili35@gmail.com>
/cc @zimulala @xiongjiwei |
I did not follow the issue, does the problem exist on the master? Should we file PR merged to the master? |
/cc @AilinKid PTAL. Do we decided how to fix the issue? |
I think just to check it in here is adequate for now |
actually, the master can also get the phenomenon above, but the error returned to the statement is substituted by another commit. So we can't see the JSON unmarshal error directly, but if we debug the internal step, we can see the intermediate error is also so we can apply the same logic to the master @Howie59 |
i submit it in issue #23913 |
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
/LGTM |
PTAL @AilinKid |
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
Signed-off-by: lihaowei <haoweili35@gmail.com>
Signed-off-by: lihaowei <haoweili35@gmail.com>
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 60ec2fa
|
/run-integration-compatibility-test |
/merge |
@Howie59: In 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 ti-community-infra/tichi repository. |
/run-tics-test |
/run-unit-test |
1 similar comment
/run-unit-test |
/merge |
/run-unit-tests |
/merge |
/merge |
/run-common-test |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
cherry pick to release-5.0 in PR #24441 |
What problem does this PR solve?
Issue Number: close #23321
Related changes
Check List
Tests
Release note