Hi,
I have a apache Cassandra cluster running with 5 nodes of version 3.11.3. We used to run. Cassandra sub range repair and the activity used to complete in less than 150 mins for each node with 300+ G of data.
I am testing Cassandra upgrade to 4.0 and downloaded, upgraded the cluster. After upgrade, I ran the sub range repair using the ranges which I had from 3.11.3 version. Following error is encountered.
Repair command #8 failed with error Incremental repair session 88232520-0049-11ec-8e8e-291479d814da has failed [2021-08-18 10:28:15,867] Repair command #8 finished with error error: Repair job has failed with the error message: Repair command #8 failed with error Incremental repair session 88232520-0049-11ec-8e8e-291479d814da has failed. Check the logs on the repair participants for further details -- StackTrace -- java.lang.RuntimeException: Repair job has failed with the error message: Repair command #8 failed with error Incremental repair session 88232520-0049-11ec-8e8e-291479d814da has failed. Check the logs on the repair participants for further details at org.apache.cassandra.tools.RepairRunner.progress(RepairRunner.java:133) at org.apache.cassandra.utils.progress.jmx.JMXNotificationProgressListener.handleNotification(JMXNotificationProgressListener.java:77) at com.sun.jmx.remote.internal.ClientNotifForwarder$NotifFetcher.dispatchNotification(ClientNotifForwarder.java:583) at com.sun.jmx.remote.internal.ClientNotifForwarder$NotifFetcher.doRun(ClientNotifForwarder.java:533) at com.sun.jmx.remote.internal.ClientNotifForwarder$NotifFetcher.run(ClientNotifForwarder.java:452) at com.sun.jmx.remote.internal.ClientNotifForwarder$LinearExecutor$1.run(ClientNotifForwarder.java:108
Wondering any changes made to Cassandra sub range repair in 4.0