-
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
the result is inconsistent before deleting some rows #6127
Comments
Could you verify whether all TiFlash replicas has been synced before executing: SELECT /*+ read_from_storage(tiflash[PK_RP9330]) */ COL1, col2, abs(col1) is true FROM PK_RP9330 WHERE (COL1 IN (-75,-5798713664489,-128) OR COL2 IS NULL) and abs(col1); It can be checked via the following SQL: SELECT * FROM INFORMATION_SCHEMA.TIFLASH_REPLICAS; |
I confirm that all TiFlash replicas has been synced |
If we add
|
similar to #5849, /cc @xzhangxian1008 |
when |
/assign |
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
3. What did you see instead (Required)
4. What is your TiFlash version? (Required)
The text was updated successfully, but these errors were encountered: