[ 
https://issues.apache.org/jira/browse/HBASE-2611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Himanshu Vashishtha updated HBASE-2611:
---------------------------------------

    Attachment: HBASE-2611-v2.patch

Patch that provides an alternative way to copy the znodes in an atomic way, 
using Zookeeper multi. 
It is configurable using "hbase.zookeeper.useMulti" property. It does a 'ls' on 
the znode and creates Operations to do the "move" (Create new and delete old) 
znodes. I tested it on a 3 node cluster and killed the server that had 200 log 
znodes. The other two regionserver competed and one took away the all the 
znodes. Ran TestReplication#queueFailover on a jenkins it passed.
                
> Handle RS that fails while processing the failure of another one
> ----------------------------------------------------------------
>
>                 Key: HBASE-2611
>                 URL: https://issues.apache.org/jira/browse/HBASE-2611
>             Project: HBase
>          Issue Type: Sub-task
>          Components: Replication
>            Reporter: Jean-Daniel Cryans
>            Assignee: Chris Trezzo
>             Fix For: 0.94.5
>
>         Attachments: HBase-2611-upstream-v1.patch, HBASE-2611-v2.patch
>
>
> HBASE-2223 doesn't manage region servers that fail while doing the transfer 
> of HLogs queues from other region servers that failed. Devise a reliable way 
> to do it.

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