​I have a 10 node C* cluster with 4-5 keyspaces​.
I tried to perform nodetool repair one by one for each keyspace.
For some keyspaces the repair passed but for some it gave this error:
​
I am not able to figure out what is causing this issue.The replica nodes
are up and I am able to ping them from this node.​
​Any suggestions?​









*[2018-01-10 12:50:08,162] Starting repair command #4539, repairing
keyspace ​<KeyspaceName> with repair options (parallelism: parallel,
primary range: false, incremental: true, job threads: 1, ColumnFamilies:
[], dataCenters: [], hosts: [], # of ranges: 2243)[2018-01-10 12:50:14,047]
Did not get positive replies from all endpoints. List of failed
endpoint(s): [​a.b.c.d, ​e.f.g.h][2018-01-10 12:50:14,047] Repair command
#4539 finished with errorerror: Repair job has failed with the error
message: [2018-01-10 12:50:14,047] Did not get positive replies from all
endpoints. List of failed endpoint(s): *










*[​a.b.c.d, ​e.f.g.h]-- StackTrace --java.lang.RuntimeException: Repair job
has failed with the error message: [2018-01-10 12:50:14,047] Did not get
positive replies from all endpoints. List of failed
endpoint(s): [​a.b.c.d, ​e.f.g.h]at
org.apache.cassandra.tools.RepairRunner.progress(RepairRunner.java:115)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)*

Reply via email to