[ 
https://issues.apache.org/jira/browse/CASSANDRA-4482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13505517#comment-13505517
 ] 

Stefan Fleiter commented on CASSANDRA-4482:
-------------------------------------------

This solutions seems conceptionally simpler and more robust to me than hinted 
handoff.
* No additional write load is added
* No necessary knowledge of other nodes state
* Repair can be controlled by each node themselves
* If a repair gets interrupted it can be restarted easily
* Existing Hinted Handoff problems are large in count
** A search for open Cassandra Hinted Handoff bugs results in a list of over 
500 issues

So a usage scenario for "In-memory merkle trees for repair" might be to let 
this replace HH entirely.
                
> In-memory merkle trees for repair
> ---------------------------------
>
>                 Key: CASSANDRA-4482
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4482
>             Project: Cassandra
>          Issue Type: New Feature
>            Reporter: Marcus Eriksson
>
> this sounds cool, we should reimplement it in the open source cassandra;
> http://www.acunu.com/2/post/2012/07/incremental-repair.html

--
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

Reply via email to