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

Duo Zhang commented on HBASE-19598:
-----------------------------------

Seems the problem is that we wait too short for creating table... 

{noformat}
conf.setInt("hbase.client.sync.wait.timeout.msec", 2500);
{noformat}

Increase to 10 seconds?

> Fix TestAssignmentManagerMetrics flaky test
> -------------------------------------------
>
>                 Key: HBASE-19598
>                 URL: https://issues.apache.org/jira/browse/HBASE-19598
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 2.0.0-beta-1
>            Reporter: Balazs Meszaros
>            Assignee: stack
>            Priority: Major
>             Fix For: 2.0.0
>
>         Attachments: HBASE-19598.master.001.patch, 
> HBASE-19598.master.002.patch, HBASE-19598.master.003.patch, 
> HBASE-19598.master.003.patch, HBASE-19598.master.004.patch, 
> HBASE-19598.patch, TestUtil.java
>
>
> TestAssignmentManagerMetrics fails constantly. After bisecting, it seems that 
> commit 010012cbcb broke it (HBASE-18946).
> The test method runs successfully, but it cannot shut the minicluster down, 
> and hangs forever.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to