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

stack updated HBASE-8933:
-------------------------

    Attachment: 8933.txt

All tests in this class are of same form.  Create table, get a region from 
table and then operate on it.  Sometimes though the region is not fully opened 
by the time we get to move it.  In these cases we will fail.  Just adding a 
waitOnRegionNotToBeInRit method that we call w/ region before proceeding.
                
> TestSplitTransactionOnCluster fails because "Region not moved off .META. 
> server"
> --------------------------------------------------------------------------------
>
>                 Key: HBASE-8933
>                 URL: https://issues.apache.org/jira/browse/HBASE-8933
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>         Attachments: 8933.txt
>
>
> Here:
> http://54.241.6.143/job/HBase-0.95/org.apache.hbase$hbase-server/596/testReport/org.apache.hadoop.hbase.regionserver/TestSplitTransactionOnCluster/testSplitRegionWithNoStoreFiles/
> and here:
> http://54.241.6.143/job/HBase-0.95-Hadoop-2/org.apache.hbase$hbase-server/597/testReport/org.apache.hadoop.hbase.regionserver/TestSplitTransactionOnCluster/testRSSplitEphemeralsDisappearButDaughtersAreOnlinedAfterShutdownHandling/
> and here:
> http://54.241.6.143/job/HBase-0.95/org.apache.hbase$hbase-server/598/testReport/org.apache.hadoop.hbase.regionserver/TestSplitTransactionOnCluster/testRSSplitEphemeralsDisappearButDaughtersAreOnlinedAfterShutdownHandling/
> and here:
> http://54.241.6.143/job/HBase-TRUNK-Hadoop-2/org.apache.hbase$hbase-server/395/testReport/org.apache.hadoop.hbase.regionserver/TestSplitTransactionOnCluster/testRSSplitEphemeralsDisappearButDaughtersAreOnlinedAfterShutdownHandling/
> ... etc.
> Looking, the move operation just evaporates.  The region we want to move has 
> not finished opening yet so when move comes into the master it does not 
> proceed (because region is currently in RIT).

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