You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jimmy Mårdell (JIRA)" <ji...@apache.org> on 2014/08/15 22:39:20 UTC

[jira] [Created] (CASSANDRA-7783) Snapshot repairs can hang forever

Jimmy Mårdell created CASSANDRA-7783:
----------------------------------------

             Summary: Snapshot repairs can hang forever
                 Key: CASSANDRA-7783
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7783
             Project: Cassandra
          Issue Type: Bug
            Reporter: Jimmy Mårdell


When the AntiEntropService sends the snapshot repair request, it sets up a callback in an ExpiringMap. If the time it takes for the snapshot exceeds the RPC timeout, the callback will expire from the map and the snapshot responses will be dropped. The repair then gets stuck forever blocking at the snapshotLatch.  It's not even possible to kill the repair with forceTerminateAllRepairSessions()

This is likely fixed in 2.0 since that part of the code is completely rewritten. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)