[
https://issues.apache.org/jira/browse/HBASE-19598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16392302#comment-16392302
]
Duo Zhang commented on HBASE-19598:
-----------------------------------
Mainly a one line change with some clean up. Set update interval to
MSG_INTERVAL in the test.
{code}
// set a small interval for updating rit metrics
conf.setInt(AssignmentManager.RIT_CHORE_INTERVAL_MSEC_CONF_KEY,
MSG_INTERVAL);
{code}
> Fix TestAssignmentManagerMetrics flaky test
> -------------------------------------------
>
> Key: HBASE-19598
> URL: https://issues.apache.org/jira/browse/HBASE-19598
> Project: HBase
> Issue Type: Bug
> Affects Versions: 2.0.0-beta-1
> Reporter: Balazs Meszaros
> Assignee: stack
> Priority: Major
> 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)