Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E22B6FFA2 for ; Tue, 9 Apr 2013 20:46:35 +0000 (UTC) Received: (qmail 4643 invoked by uid 500); 9 Apr 2013 20:46:35 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 4589 invoked by uid 500); 9 Apr 2013 20:46:35 -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 4582 invoked by uid 99); 9 Apr 2013 20:46:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Apr 2013 20:46:35 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [98.139.44.150] (HELO nm23.access.bullet.mail.sp2.yahoo.com) (98.139.44.150) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Apr 2013 20:46:28 +0000 Received: from [98.139.44.105] by nm23.access.bullet.mail.sp2.yahoo.com with NNFMP; 09 Apr 2013 20:46:06 -0000 Received: from [67.195.15.60] by tm10.access.bullet.mail.sp2.yahoo.com with NNFMP; 09 Apr 2013 20:46:06 -0000 Received: from [127.0.0.1] by smtp101.sbc.mail.gq1.yahoo.com with NNFMP; 09 Apr 2013 20:46:06 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sbcglobal.net; s=s1024; t=1365540366; bh=83dfvovI4ylk2C/YpDHr3abz9VmLyYJEXSY8YQeZpWA=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:Content-Type:Content-Transfer-Encoding; b=A/3oLIX3FAAf1AKVaQ5iFwSa+mp5o/G0pzPjrQN1/OohB9KFzgHsmUx9jjWS0yn5gLmBwEka7YazE3vVtnwrLOL7RMSU/UXcdwx/Invvobc2wV6m1oulX5+pAWhWsuz1b7StlR/fmN8QgKqRPmsJeQtYcWs5VmH7n+Cu1/Lsgss= X-Yahoo-Newman-Id: 153876.18425.bm@smtp101.sbc.mail.gq1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: ITcJw0EVM1kmrpp8sXheEIeYY7vQBm49IYs26J4xio17Iiv 4Py6UnzVZYtyYJ64.yKyCnsla4cLu01tMQNQ9BLYEvYTd_UQUpOhpf8zhQQk aKHhvU5o6IsndTTH0yPxPD_YGCMcZ5LoCah5gtqiQY7fThwwEAB6EzR09zy0 4708N2cJJdqjk_V9W5J96GLqLHu.UKb2TS8YwpiK2Wbrm0YdtisdESHygGxf Cxly6OLclNJ6Bfzqi3luo5RwvXr7JbTeKr1zXQoGIOcnwyuwRb8.iBLO3AAu xzIyc10R6CB.VQuyhCHQPcKHeNvuFpvWKUXKz69WygKHfmc8nbx0F1sf_5Nz OijtotFsKcNeWZ4KFhHqEDnoWedw_pUZveFgfClzNM_ncj01BfPkCdJEKfyM Hom43r.8ctd0gibnXrE7ln4Lw9Ua06YvctlUgDtM_n_41d7k4c92OyNAyqT0 CIo7io2huHEG9khrsTs5ffQ2WH0QRqkn0 X-Yahoo-SMTP: 0mCmWXSswBCWOCMKYdwRsTx1yUFXw1u4Y1Itob3JXDF8Loh0 X-Rocket-Received: from [9.72.133.165] (mikem_app@32.97.110.55 with plain) by smtp101.sbc.mail.gq1.yahoo.com with SMTP; 09 Apr 2013 13:46:05 -0700 PDT Message-ID: <51647E0C.2000600@sbcglobal.net> Date: Tue, 09 Apr 2013 13:46:04 -0700 From: Mike Matrigali User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: derby-dev@db.apache.org Subject: should attempts to shut down the database timeout if they exceed DriverManager.setLoginTimeout( N )? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Derby uses making a connection to shutdown the database, and in DERBY-6122 it looks like that attempt to shutdown the database can timeout. I do wonder if this is what a user would expect? /mikem