-
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 result is not correct in consistency test #8845
Comments
Maybe due to #3971 of reusing history read index results of the same region.
The TiFlash's SOTA strategy is when handled a read index of tso |
All versions before v8.1 are affected. Abstracted reproduce steps:
This issue can automatically disappear in the following reads. Because following read will use a more advance delta-index with the delta covering the duplicated rows. |
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
insert with currency 5 and diff result tikv with tiflash
2. What did you expect to see? (Required)
3. What did you see instead (Required)
4. What is your TiFlash version? (Required)
master
The text was updated successfully, but these errors were encountered: