Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 27722 invoked from network); 7 May 2009 13:42:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 May 2009 13:42:56 -0000 Received: (qmail 9989 invoked by uid 500); 7 May 2009 13:42:52 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 9960 invoked by uid 500); 7 May 2009 13:42:52 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 9936 invoked by uid 99); 7 May 2009 13:42:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 May 2009 13:42:52 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 May 2009 13:42:50 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5416B234C003 for ; Thu, 7 May 2009 06:42:30 -0700 (PDT) Message-ID: <2081835536.1241703750343.JavaMail.jira@brutus> Date: Thu, 7 May 2009 06:42:30 -0700 (PDT) From: "Kathey Marsden (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Assigned: (DERBY-3378) Derby's timer thread should have a name that identifies it as belong to a derby instance In-Reply-To: <22456904.1201894867875.JavaMail.jira@brutus> 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/DERBY-3378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden reassigned DERBY-3378: ------------------------------------- Assignee: (was: Serge Tsv) Unassigning due to inactivity. Serge, please reassign yourself if you would like to continue work on this issue. > Derby's timer thread should have a name that identifies it as belong to a derby instance > ---------------------------------------------------------------------------------------- > > Key: DERBY-3378 > URL: https://issues.apache.org/jira/browse/DERBY-3378 > Project: Derby > Issue Type: Improvement > Components: Newcomer, Services > Reporter: Daniel John Debrunner > Priority: Minor > Attachments: DERBY-3378.diff > > > Looking at the threads with jconsole when derby is running shows derby's timer thread as Timer-0. > All other derby threads are given a name starting with 'derby.', would be useful if the same was true for the timer thread. > In SingletonTimerFactory just use the Timer constructor that takes a name. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.