Hey
I'm running cassandra 3.11.9 and I have a lot of messages like this:

DEBUG [ReadRepairStage:2] 2021-02-25 16:41:11,464 ReadCallback.java:244 -
Digest mismatch:
org.apache.cassandra.service.DigestMismatchException: Mismatch for key
DecoratedKey(4059620144736691554,
0004000055f10000134b616e63656c61726961204c7563796665726100)
(0a30700ea31e8b75d454f4e7868b5fcb vs 5e8dd4f4468ebeb6e4e6998480c1931a)
        at
org.apache.cassandra.service.DigestResolver.compareResponses(DigestResolver.java:92)
~[apache-cassandra-3.11.9.jar:3.11.9]
        at
org.apache.cassandra.service.ReadCallback$AsyncRepairRunner.run(ReadCallback.java:235)
~[apache-cassandra-3.11.9.jar:3.11.9]
        at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[na:1.8.0_271]
        at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[na:1.8.0_271]
        at
org.apache.cassandra.concurrent.NamedThreadFactory.lambda$threadLocalDeallocator$0(NamedThreadFactory.java:84)
[apache-cassandra-3.11.9.jar:3.11.9]

I know my cluster has consistency issues from time to time, mostly due to
gc, I would like to find out which table is that.
Having the id does not help much, because many tables share the same id.
Is there any way to know which table has the issue?
Gil

Reply via email to