Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 24698 invoked from network); 1 Jul 2009 23:09:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Jul 2009 23:09:00 -0000 Received: (qmail 46432 invoked by uid 500); 1 Jul 2009 23:09:11 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 46377 invoked by uid 500); 1 Jul 2009 23:09:11 -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 46369 invoked by uid 99); 1 Jul 2009 23:09:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jul 2009 23:09:11 +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; Wed, 01 Jul 2009 23:09:08 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 310C5234C004 for ; Wed, 1 Jul 2009 16:08:47 -0700 (PDT) Message-ID: <495520355.1246489727186.JavaMail.jira@brutus> Date: Wed, 1 Jul 2009 16:08:47 -0700 (PDT) From: "Kathey Marsden (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-4165) Document the effect of shutdown on in progress transactions and open connections. In-Reply-To: <566467140.1239912854995.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-4165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden updated DERBY-4165: ---------------------------------- Attachment: tdevdvlp40464.html derby-4165_diff.txt Attached is a patch for this issue. Please review. > Document the effect of shutdown on in progress transactions and open connections. > --------------------------------------------------------------------------------- > > Key: DERBY-4165 > URL: https://issues.apache.org/jira/browse/DERBY-4165 > Project: Derby > Issue Type: Improvement > Components: Documentation > Affects Versions: 10.6.0.0 > Reporter: Kathey Marsden > Assignee: Kathey Marsden > Priority: Minor > Attachments: derby-4165_diff.txt, tdevdvlp40464.html > > > I have noticed if the database is shutdown various operations on open connections can cause NullPointerExceptions, assertion failures and other issues. The documentation should recommend that existing open connections be closed before shutting down the database or the engine and that unexpected behavior may occur if connections are reused after shutdown. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.