Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 93055 invoked from network); 29 Jun 2006 22:41:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Jun 2006 22:41:11 -0000 Received: (qmail 81775 invoked by uid 500); 29 Jun 2006 22:41:08 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 81729 invoked by uid 500); 29 Jun 2006 22:41:08 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 81718 invoked by uid 99); 29 Jun 2006 22:41:08 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jun 2006 15:41:08 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jun 2006 15:41:07 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D38C9410006 for ; Thu, 29 Jun 2006 22:39:29 +0000 (GMT) Message-ID: <21095889.1151620769863.JavaMail.jira@brutus> Date: Thu, 29 Jun 2006 22:39:29 +0000 (GMT+00:00) From: "Simon Willnauer (JIRA)" To: java-dev@lucene.apache.org Subject: [jira] Created: (LUCENE-620) GData Server - TestCase Deadlock StorageModifier MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N GData Server - TestCase Deadlock StorageModifier ------------------------------------------------- Key: LUCENE-620 URL: http://issues.apache.org/jira/browse/LUCENE-620 Project: Lucene - Java Type: Bug Components: Other Reporter: Simon Willnauer Attachments: patch_29_06_06.diff Solfed the racecondition deadlock while closing the StorageController. This occured the first time hossman tried to run the test cases. Concurrent Modification Exception while iteration over a collection in a sepereate thread -- ModifiedEntryFilter replaced list with array. @Hossman if you can get to it, could you try the testcases again. @all If you guys do have time you could run the testcases on different environment, that would help to resolve bugs in the test cases and the server. simon -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org