Using Cassandra 2.0.3, I'm seeing repairs hanging on all nodes on our
cluster. On the node running the repair, the error is:

Caused by: org.apache.cassandra.exceptions.RepairException: [repair
#8d77b2a0-670b-11e3-949c-6176e8469a51 on OpsCenter/rollups300,
(2519685555055115794,2549561992225510945]] Sync failed between /
172.31.26.229 and /172.31.2.25
        at 
org.apache.cassandra.repair.RepairSession.syncComplete(RepairSession.java:200)


And on the node it's streaming from:

ERROR [STREAM-IN-/172.31.26.228] 2013-12-17 10:38:06,199
StreamSession.java (line 410) [Stream
#505c11d0-6707-11e3-a961-c10c67829566] Streaming error occurred
java.lang.NullPointerException
        at 
org.apache.cassandra.streaming.ConnectionHandler.sendMessage(ConnectionHandler.java:174)
        at 
org.apache.cassandra.streaming.StreamSession.prepare(StreamSession.java:436)
        at 
org.apache.cassandra.streaming.StreamSession.messageReceived(StreamSession.java:358)
        at 
org.apache.cassandra.streaming.ConnectionHandler$IncomingMessageHandler.run(ConnectionHandler.java:293)
        at java.lang.Thread.run(Thread.java:724)


This seems to be the same error as CASSANDRA-6210, however there are
no nodes bootstrapping (I haven't added any nodes since starting the
cluster up).

Does anyone have any ideas about how to get past this error?

-- 
Russ Garrett
r...@garrett.co.uk

Reply via email to