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

ramkrishna.s.vasudevan commented on HBASE-8021:
-----------------------------------------------

The idea here is when the region is tried to move away from the RS that holds 
the META, the region is actually closed. So the isClosed returns true.
The new check that is added to see if region is splittable internally checks 
for isClosed. But we are doing it on the older list of regions. We need to 
refresh the regions list. The failure will happen only when there is a movement 
of region takes places from RS having META to another RS.
                
> TestSplitTransactionOnCluster.testShouldThrowIOExceptionIfStoreFileSizeIsEmptyAndShouldSuccessfullyExecuteRollback()
>  fails consistently
> ---------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-8021
>                 URL: https://issues.apache.org/jira/browse/HBASE-8021
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.95.0
>            Reporter: ramkrishna.s.vasudevan
>            Assignee: ramkrishna.s.vasudevan
>            Priority: Critical
>             Fix For: 0.95.0, 0.96.0, 0.98.0
>
>         Attachments: HBASE-8021_1.patch
>
>
> Uploaded the patch in the JIRA HBASE-7981.
> Raised this so that we have a corresponding JIRA for this specific testcase.

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