[
https://issues.apache.org/jira/browse/HBASE-16794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15561188#comment-15561188
]
Hudson commented on HBASE-16794:
--------------------------------
SUCCESS: Integrated in Jenkins build HBase-Trunk_matrix #1758 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/1758/])
HBASE-16794 (matteo.bertozzi: rev 8a8c60889cf67b581d7adb4245e0bcc02cdfdc93)
* (edit)
hbase-server/src/test/java/org/apache/hadoop/hbase/master/procedure/TestDispatchMergingRegionsProcedure.java
* (edit)
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/CompactSplitThread.java
> 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
> Assignee: ChiaPing Tsai
> Priority: Minor
> Fix For: 2.0.0
>
> Attachments: HBASE-16794.v0.patch, HBASE-16794.v1.patch
>
>
> 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)