Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 49AA88659 for ; Sat, 17 Sep 2011 13:05:32 +0000 (UTC) Received: (qmail 81887 invoked by uid 500); 17 Sep 2011 13:05:32 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 81863 invoked by uid 500); 17 Sep 2011 13:05:32 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 81852 invoked by uid 99); 17 Sep 2011 13:05:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Sep 2011 13:05:32 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Sep 2011 13:05:29 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id D036F9FED7 for ; Sat, 17 Sep 2011 13:05:08 +0000 (UTC) Date: Sat, 17 Sep 2011 13:05:08 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: <821671953.38302.1316264708849.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1522420091.38300.1316264470088.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HBASE-4428) Two methods in CacheTestUtils don't call setDaemon() on the threads MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ 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