[
https://issues.apache.org/jira/browse/HBASE-4428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13107355#comment-13107355
]
Hudson commented on HBASE-4428:
-------------------------------
Integrated in HBase-TRUNK #2229 (See
[https://builds.apache.org/job/HBase-TRUNK/2229/])
HBASE-4428 addendum, call ctx.stop at the end of testCacheMultiThreaded(),
not in doAnAction()
tedyu :
Files :
* /hbase/trunk/src/test/java/org/apache/hadoop/hbase/MultithreadedTestUtil.java
*
/hbase/trunk/src/test/java/org/apache/hadoop/hbase/io/hfile/CacheTestUtils.java
> Two methods in CacheTestUtils don't call setDaemon() on the threads
> -------------------------------------------------------------------
>
> Key: HBASE-4428
> URL: https://issues.apache.org/jira/browse/HBASE-4428
> Project: HBase
> Issue Type: Bug
> Reporter: Ted Yu
> Assignee: Ted Yu
> Attachments: 4428.addendum, 4428.txt, test-TestSingleSizeCache.trace
>
>
> hammerSingleKey() and hammerEviction() don't call t.setDaemon(true) on the
> threads they create.
> The correct pattern is:
> {code}
> t.setDaemon(true);
> ctx.addThread(t);
> {code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira