Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 47177 invoked from network); 13 Jul 2009 18:45:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Jul 2009 18:45:28 -0000 Received: (qmail 49697 invoked by uid 500); 13 Jul 2009 18:45:38 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 49677 invoked by uid 500); 13 Jul 2009 18:45:37 -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 49669 invoked by uid 99); 13 Jul 2009 18:45:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jul 2009 18:45:37 +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; Mon, 13 Jul 2009 18:45:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 37869234C04B for ; Mon, 13 Jul 2009 11:45:15 -0700 (PDT) Message-ID: <1200335693.1247510715226.JavaMail.jira@brutus> Date: Mon, 13 Jul 2009 11:45:15 -0700 (PDT) From: "Kathey Marsden (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Closed: (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 closed DERBY-4165. --------------------------------- Resolution: Fixed Fix Version/s: 10.6.0.0 10.5.1.2 Committed revision 793658 to 10.5. I don't plan to backport further. > 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 > Fix For: 10.5.1.2, 10.6.0.0 > > Attachments: derby-4165_diff.txt, derby-4165_diff.txt, tdevdvlp40464.html, 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.