Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 43359 invoked from network); 1 Nov 2010 19:22:19 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Nov 2010 19:22:19 -0000 Received: (qmail 32945 invoked by uid 500); 1 Nov 2010 19:22:50 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 32923 invoked by uid 500); 1 Nov 2010 19:22:49 -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 32916 invoked by uid 99); 1 Nov 2010 19:22:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Nov 2010 19:22:49 +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; Mon, 01 Nov 2010 19:22:46 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oA1JMPJm016373 for ; Mon, 1 Nov 2010 19:22:25 GMT Message-ID: <25545727.179671288639345233.JavaMail.jira@thor> Date: Mon, 1 Nov 2010 15:22:25 -0400 (EDT) From: "Knut Anders Hatlen (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-4755) DERBY-4601 added a new message to derby.log during engine shutdown and it changed the database shutdown message. Need to update docs with that information In-Reply-To: <15192702.553901279911662487.JavaMail.jira@thor> 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-4755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12927100#action_12927100 ] Knut Anders Hatlen commented on DERBY-4755: ------------------------------------------- Yes, I saw them in that order, but note that I did an explicit shutdown of the database before the system shutdown. If I do a system shutdown while the database is still booted, I see the messages in the same order as you did. > DERBY-4601 added a new message to derby.log during engine shutdown and it changed the database shutdown message. Need to update docs with that information > ---------------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: DERBY-4755 > URL: https://issues.apache.org/jira/browse/DERBY-4755 > Project: Derby > Issue Type: Bug > Components: Documentation > Affects Versions: 10.7.1.0 > Reporter: Mamta A. Satoor > Assignee: Kim Haase > Attachments: derby.log, space.diff > > > DERBY-4601 added a new message to derby.log during engine shutdown and it changed the database shutdown message. Need to update docs with that information. I have found 2 places in our docs where we show examples of shutdown messages > 1)In Getting started Guide, under Creating a Derby database and running SQL statements section, we show a typical startup and shutdown message. That section will need to change > 2)In Derby Developer's Guide, under section Derby System -> Shutting down the system > An eg of engine shutdown message in derby.log is > 2010-07-23 18:59:24.078 GMT Thread[main,5,main] :Shutting down Derby Engine > An eg of database shutdown message is as follows > 2010-07-20 17:23:55.171 GMT: > Shutting down instance 80220011-0129-f0e1-f479-0000000c5ef0 on database directory C:\p4clients\svnmain\client2\trunk\systest\out142\dbs\tours3 with class loader sun.misc.Launcher$AppClassLoader@3f6e3f6e > (Notice that this message includes the name of the db getting shutdown. Before the changes for DERBY-4601 went in, we didn't include the name of the database) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.