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

Hudson commented on HBASE-8920:
-------------------------------

Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #609 (See 
[https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/609/])
    HBASE-8920 TestZKBasedOpenCloseRegion.testReOpenRegion fails occasionally 
(Revision 1502132)

     Result = FAILURE
stack : 
Files : 
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/master/RegionStates.java
* 
/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestZKBasedOpenCloseRegion.java

                
> TestZKBasedOpenCloseRegion.testReOpenRegion fails occasionally
> --------------------------------------------------------------
>
>                 Key: HBASE-8920
>                 URL: https://issues.apache.org/jira/browse/HBASE-8920
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.95.2
>
>         Attachments: 8920.txt, 8920v2.txt, 8920v2.txt
>
>
> Failed here:
> https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/607/testReport/org.apache.hadoop.hbase.master/TestZKBasedOpenCloseRegion/testReOpenRegion/
> and
> https://builds.apache.org/job/HBase-TRUNK/4232/testReport/org.apache.hadoop.hbase.master/TestZKBasedOpenCloseRegion/testReOpenRegion/
> In both cases, we fail for the same reason.  The previous test closes a 
> region.  The failing test starts but we are reopening the region we'd just 
> closed as we are wont to do.  This is the region that gets chosen by the 
> failing test to practise reopen on only  it is not yet fully open so in comes 
> the close and it gets stomped on by the ongoing open.
> Let me post some log.

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