Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 75388 invoked from network); 18 Aug 2008 19:10:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Aug 2008 19:10:45 -0000 Received: (qmail 45192 invoked by uid 500); 18 Aug 2008 19:10:36 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 45112 invoked by uid 500); 18 Aug 2008 19:10:36 -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 45095 invoked by uid 99); 18 Aug 2008 19:10:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Aug 2008 12:10:36 -0700 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Aug 2008 19:09:48 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0EE94234C1B2 for ; Mon, 18 Aug 2008 12:09:47 -0700 (PDT) Message-ID: <1018196714.1219086587058.JavaMail.jira@brutus> Date: Mon, 18 Aug 2008 12:09:47 -0700 (PDT) From: "Otis Gospodnetic (JIRA)" To: java-dev@lucene.apache.org Subject: [jira] Commented: (LUCENE-1358) Deadlock for some Query objects in the equals method (f.ex. PhraseQuery) in a concurrent environment In-Reply-To: <1747887316.1218923264209.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCENE-1358?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D126= 23437#action_12623437 ]=20 Otis Gospodnetic commented on LUCENE-1358: ------------------------------------------ It sounds like you are simply demonstrating an old bug, right? If so, then= we can close this issue, since LUCENE-1346 fixed the bug you described (I = didn't verify that). > Deadlock for some Query objects in the equals method (f.ex. PhraseQuery) = in a concurrent environment > -------------------------------------------------------------------------= --------------------------- > > Key: LUCENE-1358 > URL: https://issues.apache.org/jira/browse/LUCENE-1358 > Project: Lucene - Java > Issue Type: Bug > Components: Other > Affects Versions: 2.3.2 > Reporter: Torbj=C3=B8rn K=C3=B8hler > Priority: Minor > Attachments: TestDeadLock.java > > Original Estimate: 0h > Remaining Estimate: 0h > > Some Query objects in lucene 2.3.2 (and previous versions) have internal = variables using Vector. These variables are used during the call to the e= quals method. In a concurrent environment a deadlock might occur. The = attached code example shows this happening in lucene 2.3.2, but the patch i= n LUCENE-1346 fixes this issue (though that doesn't seem to be the intentio= n of that patch according to the description :-) --=20 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: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org