[
https://issues.apache.org/jira/browse/CASSANDRA-5393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Brown updated CASSANDRA-5393:
-----------------------------------
Fix Version/s: (was: 1.1.11)
1.1.12
Summary: Add retry mechanism to OTC for non-droppable_verbs (was:
Add an Ack/Retry for merkle tree sending)
Changed name of ticket to better describe the change.
Committed to 1.1, 1.2, and trunk.
> Add retry mechanism to OTC for non-droppable_verbs
> --------------------------------------------------
>
> Key: CASSANDRA-5393
> URL: https://issues.apache.org/jira/browse/CASSANDRA-5393
> Project: Cassandra
> Issue Type: Bug
> Components: Core
> Affects Versions: 1.1.10, 1.2.4, 2.0
> Reporter: Jeremiah Jordan
> Assignee: Jason Brown
> Fix For: 1.1.12, 1.2.5, 2.0
>
> Attachments: 5393.patch, 5393-v2.patch, 5393-v3.patch, 5393-v4.txt
>
>
> Can we add an Ack/Retry around passing merle tree's around in repair? If the
> following fails, the repair hangs for ever on the coordinating node.
> https://github.com/apache/cassandra/blob/cassandra-1.1.10/src/java/org/apache/cassandra/service/AntiEntropyService.java#L242
> {noformat}
> Message message = TreeResponseVerbHandler.makeVerb(local,
> validator);
> if
> (!validator.request.endpoint.equals(FBUtilities.getBroadcastAddress()))
> logger.info(String.format("[repair #%s] Sending completed
> merkle tree to %s for %s", validator.request.sessionid,
> validator.request.endpoint, validator.request.cf));
> ms.sendOneWay(message, validator.request.endpoint);
> {noformat}
> If the message asking for merkle tree's gets lost, coordinating node hangs
> for ever as well.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira