-
Notifications
You must be signed in to change notification settings - Fork 409
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
TiFlash server can not restart normally when meet tidb#31048 #5146
Comments
After user setting the tiflash replica to be 0, we may accept the column type change from tiflash/dbms/src/TiDB/Schema/SchemaBuilder.cpp Lines 1298 to 1304 in ad6b831
tiflash/dbms/src/Storages/StorageDeltaMerge.cpp Lines 1066 to 1095 in ad6b831
|
/assign @hongyunyan |
@JaySon-Huang: GitHub didn't allow me to assign the following users: hongyunyan. Note that only pingcap members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. 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 kubernetes/test-infra repository. |
/assign hongyunyan |
close as not reproducible |
Enhancement
A user met this error when using tidb v5.2.2 pingcap/tidb#31048. The error message indicates that tidb-server unexpectedly change the column type from Nullable(datetime(0)) to Nullable(int).
After that, the user set the tiflash replica to be 0 for the table (with table_id=756 in this case) through SQL, and restarts all three TiFlash servers. However, after restarted, two of the TiFlash server can restart but one TiFlash server can not restart normally. This made trouble for the user cause it made almost all queries to the TiFlash server fail.
We'd better figure out after setting the tiflash replica to be 0, why 2 out of 3 TiFlash servers can restart normally but 1 of them is NOT.
Minimizing the impact on users after this kind of exception (e.g. make the tiflash server can restart and serve queries to other tables that don't meet this exception)
The text was updated successfully, but these errors were encountered: