You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "ChiaPing Tsai (JIRA)" <ji...@apache.org> on 2016/10/09 15:24:20 UTC

[jira] [Created] (HBASE-16794) TestDispatchMergingRegionsProcedure#testMergeRegionsConcurrently is flaky

ChiaPing Tsai created HBASE-16794:
-------------------------------------

             Summary: TestDispatchMergingRegionsProcedure#testMergeRegionsConcurrently is flaky
                 Key: HBASE-16794
                 URL: https://issues.apache.org/jira/browse/HBASE-16794
             Project: HBase
          Issue Type: Test
            Reporter: ChiaPing Tsai
            Priority: Minor


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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)