Re: Repair errors

2023-08-11 Thread Surbhi Gupta
Try sstablescrub on the node where it is showing corrupted data. On Fri, Aug 11, 2023 at 8:38 AM Joe Obernberger < joseph.obernber...@gmail.com> wrote: > Finally found a message on another node that seem relevant: > > INFO [CompactionExecutor:7413] 2023-08-11 11:36:22,397 >

Re: Repair errors

2023-08-11 Thread Joe Obernberger
Finally found a message on another node that seem relevant: INFO  [CompactionExecutor:7413] 2023-08-11 11:36:22,397 CompactionTask.java:164 - Compacting (d30b64ba-385c-11ee-8e74-edf5512ad115)

Re: Repair errors

2023-08-07 Thread manish khandelwal
What logs of /172.16.20.16:7000 say when repair failed. It indicates "validation failed". Can you check system.log for /172.16.20.16:7000 and see what they say. Looks like you have some issue with *doc/origdoc, probably some corrupt sstable. *Try to run repair for individual table and see for

Re: Repair errors

2023-08-07 Thread Joe Obernberger
Thank you.  I've tried: nodetool repair --full nodetool repair -pr They all get to 57% on any of the nodes, and then fail. Interestingly the debug log only has INFO - there are no errors. [2023-08-07 14:02:09,828] Repair command #6 failed with error Incremental repair session

Re: Repair errors

2023-08-06 Thread Josh McKenzie
Quick drive-by observation: > Did not get replies from all endpoints.. Check the > logs on the repair participants for further details > dropping message of type HINT_REQ due to error > org.apache.cassandra.net.AsyncChannelOutputPlus$FlushException: The > channel this output stream was writing

Re: Repair errors

2023-08-04 Thread Surbhi Gupta
Can you please try to do nodetool describecluster from every node of the cluster? One time I noticed issue when nodetool status shows all nodes UN but describecluster was not. Thanks Surbhi On Fri, Aug 4, 2023 at 8:59 AM Joe Obernberger wrote: > Hi All - been using reaper to do repairs, but

Repair errors

2023-08-04 Thread Joe Obernberger
Hi All - been using reaper to do repairs, but it has hung.  I tried to run: nodetool repair -pr on each of the nodes, but they all fail with some form of this error: error: Repair job has failed with the error message: Repair command #521 failed with error Did not get replies from all