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

Hudson commented on HBASE-4539:
-------------------------------

Integrated in HBase-TRUNK #2311 (See 
[https://builds.apache.org/job/HBase-TRUNK/2311/])
    HBASE-4540 OpenedRegionHandler is not enforcing atomicity of the operation 
it is performing . Also fixes HBASE-4539 (ram)

ramkrishna : 
Files : 
* /hbase/trunk/CHANGES.txt
* 
/hbase/trunk/src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java
* 
/hbase/trunk/src/main/java/org/apache/hadoop/hbase/master/handler/OpenedRegionHandler.java
* /hbase/trunk/src/main/java/org/apache/hadoop/hbase/zookeeper/ZKAssign.java
* /hbase/trunk/src/main/java/org/apache/hadoop/hbase/zookeeper/ZKUtil.java
* 
/hbase/trunk/src/test/java/org/apache/hadoop/hbase/master/TestOpenedRegionHandler.java

                
> OpenedRegionHandler racing with itself in ServerShutDownhandler flow leading 
> to HMaster abort
> ---------------------------------------------------------------------------------------------
>
>                 Key: HBASE-4539
>                 URL: https://issues.apache.org/jira/browse/HBASE-4539
>             Project: HBase
>          Issue Type: Bug
>            Reporter: ramkrishna.s.vasudevan
>            Assignee: ramkrishna.s.vasudevan
>
> Steps to reproduce
> ==================
> -> Region R1 is being opened in RS1.  
> ->After processing the znode to OPENED RS1 goes down.
> ->Now before the OpenedRegionHandler executor deletes the znode if 
> ServerShutDownHandler tries to assign the region to RS2, RS2 transits the 
> node to OPENED and this OpenedRegionHandler executor deletes the znode.  
> ->Now if the first OpenedRegionHandler tries deleting the znode it throws 
> NoNode Exception and causes the HMaster to abort.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to