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

Hudson commented on HBASE-8295:
-------------------------------

Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #490 (See 
[https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/490/])
    HBASE-8295 TestMasterFailover.testMasterFailoverWithMockedRITOnDeadRS is 
flaky (Revision 1466144)

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

                
> TestMasterFailover.testMasterFailoverWithMockedRITOnDeadRS is flaky.
> --------------------------------------------------------------------
>
>                 Key: HBASE-8295
>                 URL: https://issues.apache.org/jira/browse/HBASE-8295
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.95.0
>            Reporter: rajeshbabu
>            Assignee: rajeshbabu
>             Fix For: 0.98.0, 0.95.1
>
>         Attachments: HBASE-8295.patch
>
>
> TestMasterFailover.testMasterFailoverWithMockedRITOnDeadRS failed because 
> asserting before finishing SSH process of dead server. 
> https://builds.apache.org/job/PreCommit-HBASE-Build/5182//artifact/trunk/hbase-server/target/surefire-reports/org.apache.hadoop.hbase.master.TestMasterFailover.txt
> In SSH Checked how many regions carrying by dead server but not started 
> assignment before asserting.
> {code}
> 2013-04-08 12:17:18,238 INFO  
> [MASTER_SERVER_OPERATIONS-asf001.sp2.ygridcore.net,41490,1365423432616-1] 
> handler.ServerShutdownHandler(192): Reassigning 14 region(s) that 
> asf001.sp2.ygridcore.net,46030,1365423422112 was carrying (and 0 regions(s) 
> that were opening on this server)
> {code}
> We need to wait until SSH processing finished to ensure atleast regions 
> assignment started. After that we will any way wait at blockUntilNoRIT until 
> assignment completed. 

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