Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 46645 invoked from network); 6 Jun 2006 20:51:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Jun 2006 20:51:27 -0000 Received: (qmail 5815 invoked by uid 500); 6 Jun 2006 20:51:26 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 5789 invoked by uid 500); 6 Jun 2006 20:51:26 -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 5778 invoked by uid 99); 6 Jun 2006 20:51:26 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jun 2006 13:51:26 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of dremesh@gmail.com designates 66.249.82.194 as permitted sender) Received: from [66.249.82.194] (HELO wx-out-0102.google.com) (66.249.82.194) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jun 2006 13:51:25 -0700 Received: by wx-out-0102.google.com with SMTP id i31so12210wxd for ; Tue, 06 Jun 2006 13:51:04 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Lf+nNyDW0SxRVPPyXaKt6K6wdLCgfRAeNgikR/EuHC9r7tIVe3iNLFr8ejspo8rlrRKBbfXz+6OuDdUmbmyIWkJdYN0CMKQXJ2XUZg/Omz+w9THrqmP+I6FG567+0rI+hfLRsMTMPglG4ksCbMOQEJmtzcP73nAv9zyWjoyOj9M= Received: by 10.70.63.2 with SMTP id l2mr37429wxa; Tue, 06 Jun 2006 13:51:04 -0700 (PDT) Received: by 10.70.130.6 with HTTP; Tue, 6 Jun 2006 13:51:04 -0700 (PDT) Message-ID: <58ed70f50606061351v1cb7448cu530d211a7ef35f2@mail.gmail.com> Date: Tue, 6 Jun 2006 13:51:04 -0700 From: "Deepa Remesh" To: derby-dev@db.apache.org Subject: Re: [jira] Commented: (DERBY-1326) Network server may abandon sessions when Derby system is shutdown and this causes intermittent hangs in the client In-Reply-To: <4485E67A.8050004@amberpoint.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8614858.1149551551019.JavaMail.jira@brutus> <4485E67A.8050004@amberpoint.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 6/6/06, Bryan Pendleton wrote: > Lastly, do you think that we need to convert your repro1326 into a new > test program? Or do you think that the checkDataSource and checkDataSource30 > tests are adequate for now? If we want to add the new code as a test case, > should we add it to the checkDataSource program? Or somewhere else? With the repro, the hang was again intermittent. I mean I could not produce a hang every time I ran the repro. The repro just made it easier to test the hang without going through the whole checkDataSource test. I think it would be enough if the current exclude in checkDataSource test is removed. Thanks, Deepa