You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2011/09/17 15:05:08 UTC

[jira] [Updated] (HBASE-4428) Two methods in CacheTestUtils don't call setDaemon() on the threads

     [ https://issues.apache.org/jira/browse/HBASE-4428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Yu updated HBASE-4428:
--------------------------

    Attachment: 4428.txt

Running test suite.

> 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.txt
>
>
> 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