Does "nodetool describecluster" shows an actual schema disagreement?You can
try "nodetool resetlocalschema" to fix the issue on the node experiencing
disagreement.
Romain
Le jeudi 9 novembre 2017 à 02:55:22 UTC+1, Erick Ramirez
a écrit :
It looks like you have a schema disagreement in
We are seeing some exceptions after repair ran successfully.
We would like to know if compactions stop forever for the failed
ColumnFamily after the exception.
Cassandra Version 2.1.18
Stacktrace:
ERROR [CompactionExecutor:3] 2017-11-09 01:46:26,180
CassandraDaemon.java:231 - Exception in thre
Thanks Erick!
On Thu, Nov 9, 2017 at 2:58 AM, Erick Ramirez wrote:
> You can continue to perform operations while running a repair but just be
> aware that you will get repair failures, e.g. if you drop a table while
> that table is getting repaired. In which case, the failure is benign.
>
> Cre