Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 17495 invoked from network); 10 Dec 2010 16:13:23 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Dec 2010 16:13:23 -0000 Received: (qmail 76129 invoked by uid 500); 10 Dec 2010 16:13:23 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 75933 invoked by uid 500); 10 Dec 2010 16:13:23 -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 75922 invoked by uid 99); 10 Dec 2010 16:13:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Dec 2010 16:13:22 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Dec 2010 16:13:21 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oBAGD1qu011732 for ; Fri, 10 Dec 2010 16:13:01 GMT Message-ID: <425511.60151291997581688.JavaMail.jira@thor> Date: Fri, 10 Dec 2010 11:13:01 -0500 (EST) From: "Kristian Waagan (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-4936) Add core istat daemon In-Reply-To: <11532519.35801291756032314.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DERBY-4936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristian Waagan updated DERBY-4936: ----------------------------------- Fix Version/s: 10.8.0.0 Committed patch 1b to trunk with revision 1044413. I will wait a few days before I commit DERBY-4937 to go through a few days of automated testing to be sure this code didn't cause any trouble. You may see a new line in your derby.log file when shutting down your database, but it will always report zero or false for everything. If you want to suppress it, specify derby.storage.indexStats.log=false. I have enabled logging by default now during initial testing to make sure there is some information available about what the daemon is doing in case problems occur. > Add core istat daemon > --------------------- > > Key: DERBY-4936 > URL: https://issues.apache.org/jira/browse/DERBY-4936 > Project: Derby > Issue Type: Sub-task > Components: SQL, Store > Affects Versions: 10.8.0.0 > Reporter: Kristian Waagan > Assignee: Kristian Waagan > Fix For: 10.8.0.0 > > Attachments: derby-4936-1a-core_istat_daemon.diff, derby-4936-1a-core_istat_daemon.stat, derby-4936-1b-core_istat_daemon.diff > > > Tracks the task of adding the core daemon code, which will be responsible to do the heavy lifting for the istat feature. > Note that the code will be left disabled, enabling it will be done under a separate Jira. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.