Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 97731 invoked from network); 12 Aug 2010 08:41:44 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Aug 2010 08:41:44 -0000 Received: (qmail 24319 invoked by uid 500); 12 Aug 2010 08:41:44 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 24116 invoked by uid 500); 12 Aug 2010 08:41:42 -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 24109 invoked by uid 99); 12 Aug 2010 08:41:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Aug 2010 08:41:40 +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; Thu, 12 Aug 2010 08:41:38 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7C8fGC6023674 for ; Thu, 12 Aug 2010 08:41:17 GMT Message-ID: <19018460.300211281602476494.JavaMail.jira@thor> Date: Thu, 12 Aug 2010 04:41:16 -0400 (EDT) From: "Damian Hofmann (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Created: (DERBY-4769) Log disconnects and count of active connections 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 Log disconnects and count of active connections ----------------------------------------------- Key: DERBY-4769 URL: https://issues.apache.org/jira/browse/DERBY-4769 Project: Derby Issue Type: Improvement Components: Network Server Reporter: Damian Hofmann Priority: Minor If the option "derby.drda.logConnections" is enabled, the network server logs new connections, but doesn't log disconnects. There seems to be no way to enable logging of disconnects. But having disconnects also logged would be useful to analyse, if applications do properly disconnect from the server or if there is a resource leak. Maybe consider a second option (e.g. "derby.drda.logDisconnects") if you want to keep the existing option "pure". It would also be helpful if the log shows how many connections are currently active or even better a list where one could see the active connections per database. This feature might be enabled using an option like "derby.drda.traceConnections" -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.