[
https://issues.apache.org/jira/browse/HBASE-16418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15422075#comment-15422075
]
Hudson commented on HBASE-16418:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #1422 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/1422/])
HBASE-16418 Reduce duration of sleep waiting for region reopen in (tedyu: rev
d5080e82fb47b5499b72fbafbbc52f4f432622d3)
* (edit)
hbase-it/src/test/java/org/apache/hadoop/hbase/mapreduce/IntegrationTestBulkLoad.java
> Reduce duration of sleep waiting for region reopen in
> IntegrationTestBulkLoad#installSlowingCoproc()
> ----------------------------------------------------------------------------------------------------
>
> Key: HBASE-16418
> URL: https://issues.apache.org/jira/browse/HBASE-16418
> Project: HBase
> Issue Type: Test
> Reporter: Ted Yu
> Assignee: Ted Yu
> Priority: Minor
> Fix For: 2.0.0, 1.4.0
>
> Attachments: 16418.v1.txt
>
>
> Currently we have the following code:
> {code}
> desc.addCoprocessor(SlowMeCoproScanOperations.class.getName());
> HBaseTestingUtility.modifyTableSync(admin, desc);
> //sleep for sometime. Hope is that the regions are closed/opened before
> //the sleep returns. TODO: do this better
> Thread.sleep(30000);
> {code}
> Instead of sleeping for fixed duration, we should detect when the regions
> have reopened with custom Coprocessor.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)