-
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
schrodinger/bank2 failure in the master branch #3098
Comments
Blocked by pingcap/tidb#28096, will try to use an older TiDB version. |
The reason is:
|
release-5.0/5.1/5.2 are also suffered from a similar bug, but it is less likely to happen since those versions check
|
To fix such problem we should change https://github.com/pingcap/tics/blob/84cf3607b4d769920a5d460c4d58ccd097884a80/dbms/src/Storages/Transaction/LearnerRead.cpp#L213-L218 to
|
It may be introduced by #2704http://172.16.4.180:31714/workflows/test-store/tipocket-debug-tiflash-jrck4?tab=workflow&nodeId=tipocket-debug-tiflash-jrck4&nodePanelView=inputs-outputs
The text was updated successfully, but these errors were encountered: