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

Jonathan Hsieh commented on HBASE-7848:
---------------------------------------

I'm in the process of distilling the semantics of HBASE-7305.  It seems that 
all table ops currently take the write lock but I think we'll just need the 
read table lock.  We'd add a prepare call that takes the read lock of a source 
table when calling TakeSnapshotHandler, and a release in the completeSnapshot 
call.  
                
> Use ZK-based read/write lock to make flush-type snapshot robust
> ---------------------------------------------------------------
>
>                 Key: HBASE-7848
>                 URL: https://issues.apache.org/jira/browse/HBASE-7848
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Ted Yu
>
> Current region split following flush would fail snapshot.
> We can utilize ZK-based read/write lock to make flush-type snapshot robust

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