[
https://issues.apache.org/jira/browse/HBASE-16794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ChiaPing Tsai updated HBASE-16794:
----------------------------------
Description:
The default count of merge thread is 1, so the merge requests submitted by
TDMRP#testMergeRegionsConcurrently will be processed sequentially. If we are
too early to check the region states, it will introduce the error.
This patch checks the number of running merge task instead of the regions state.
was:
The default count of merge thread is 1, so the merge requests submitted by
TDMRP#testMergeRegionsConcurrently will be processed sequentially. If we are
too early to check the region states, it will introduce the error.
This patch checks the number of running merge task instead of the regions
states.
> TestDispatchMergingRegionsProcedure#testMergeRegionsConcurrently is flaky
> -------------------------------------------------------------------------
>
> Key: HBASE-16794
> URL: https://issues.apache.org/jira/browse/HBASE-16794
> Project: HBase
> Issue Type: Test
> Components: test
> Reporter: ChiaPing Tsai
> Priority: Minor
> Fix For: 2.0.0
>
>
> The default count of merge thread is 1, so the merge requests submitted by
> TDMRP#testMergeRegionsConcurrently will be processed sequentially. If we are
> too early to check the region states, it will introduce the error.
> This patch checks the number of running merge task instead of the regions
> state.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)