Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 21609 invoked from network); 30 Oct 2010 16:39:46 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Oct 2010 16:39:46 -0000 Received: (qmail 43827 invoked by uid 500); 30 Oct 2010 16:39:44 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 43767 invoked by uid 500); 30 Oct 2010 16:39:44 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 43735 invoked by uid 99); 30 Oct 2010 16:39:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Oct 2010 16:39:44 +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; Sat, 30 Oct 2010 16:39:42 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9UGdLJb004626 for ; Sat, 30 Oct 2010 16:39:21 GMT Message-ID: <25726289.157221288456761342.JavaMail.jira@thor> Date: Sat, 30 Oct 2010 12:39:21 -0400 (EDT) From: "Uwe Schindler (JIRA)" To: dev@lucene.apache.org Subject: [jira] Issue Comment Edited: (LUCENE-2730) intermittent deadlock in TestAtomicUpdate,TestIndexWriterExceptions In-Reply-To: <9821220.156471288447700764.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/LUCENE-2730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12926605#action_12926605 ] Uwe Schindler edited comment on LUCENE-2730 at 10/30/10 12:38 PM: ------------------------------------------------------------------ Hangs in this and other tests can also come from incorrect test MT programming. Just think about Michael Busch's talk @ LuceneRev. The test uses some fields in the thread that are not volatile or synchronized on. The test is fixed in trunk/3.x during our total test overhaul. There are about 10 tests using the same wrong thread inner class. If we want to fix that we must also fix backwards... happy tag creating again *g* was (Author: thetaphi): Hangs in this and other tests can also come from increet test MT programming. Just think about Michael Busch's talk @ LuceneRev. The test uses some fields in the thread that are not volatile or synchronized on. The test is fixed in trunk/3.x during our total test overhaul. There are about 10 tests using the same wrong thread inner class. If we want to fix that we must also fix backwards... happy tag creating again *g* > intermittent deadlock in TestAtomicUpdate,TestIndexWriterExceptions > ------------------------------------------------------------------- > > Key: LUCENE-2730 > URL: https://issues.apache.org/jira/browse/LUCENE-2730 > Project: Lucene - Java > Issue Type: Bug > Components: Index > Affects Versions: 2.9.3, 3.0.2 > Reporter: Michael McCandless > Assignee: Michael McCandless > Fix For: 2.9.4, 3.0.3 > > Attachments: LUCENE-2730.patch > > > While backporting issues for 2.9.x/3.0.x release I hit deadlocks in these two tests, under both test-core and test-tag. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org