[
https://issues.apache.org/jira/browse/CASSANDRA-7783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yuki Morishita resolved CASSANDRA-7783.
---------------------------------------
Resolution: Duplicate
It is fixed in CASSANDRA-6747/CASSANDRA-7560 for 2.0.10.
> 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)