Open zhaorongsheng opened 5 months ago
Could you save result of fix_replica 1 and 2 into two tables, and query a query on two tables to find different rows?
Please add some predicates to the sql, e.g. where dt between, to narrow down the scope of the problem.
I also encountered a similar issue, have you found a solution yet?
I also encountered a similar issue, have you found a solution yet?
We fixed the problem by set use_fix_replica = 0;
. It may be caused by "Version Incomplete" tablets .
Search before asking
Version
2.0.9
What's Wrong?
ddl:
query history partition data:
The results of the same sql are different for each time.
When set
use_fix_replica = 1
, the results are the same and the results ofuse_fix_replica = 1
anduse_fix_replica = 2
are different.At the same time, the tablet healthy monitor is normal and all tablets' state is healthy.
What You Expected?
The tablet health monitor should display the inconsistent replicas if they exists.
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct