Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-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 216B8998B for ; Tue, 25 Oct 2011 09:25:00 +0000 (UTC) Received: (qmail 52675 invoked by uid 500); 25 Oct 2011 09:24:58 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 51644 invoked by uid 500); 25 Oct 2011 09:24:54 -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 51134 invoked by uid 99); 25 Oct 2011 09:24:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Oct 2011 09:24:53 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Oct 2011 09:24:52 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id B666831AB8E for ; Tue, 25 Oct 2011 09:22:32 +0000 (UTC) Date: Tue, 25 Oct 2011 09:22:32 +0000 (UTC) From: =?utf-8?Q?Olve_S=C3=A6ther_Hansen_=28Commented=29_=28JIRA=29?= To: dev@lucene.apache.org Message-ID: <1465164593.12484.1319534552748.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <44863594.2651.1311558369557.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (LUCENE-3339) TestNRTThreads hangs in nightly 3.x builds MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCENE-3339?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D131= 34870#comment-13134870 ]=20 Olve S=C3=A6ther Hansen commented on LUCENE-3339: -------------------------------------------- I am testing Lucene for my project now, and it seems that I run into this (= or something like this) in 3.3.0. I try to index three different sources co= ncurrently and all three processes get stuck here. The indexation happens as cause of a scheduled event, and at startup time I= try to debug and since my breakpoints synchronize the events, they continu= e in perfect sync om my four cores.=20 I do not see that issue when I startup with my breakpoints disabled. The stacktrace for my three processes are exactly the same. Is there a work= around for this issue or do I have to wait for 3.5 (that is if it is the sa= me problem)? {code} minokWorkerExecutor-1@5444, prio=3D5, in group 'main', status: 'waiting' java.lang.Thread.State: WAITING =09 at java.lang.Object.wait(Object.java:-1) =09 at java.lang.Object.wait(Object.java:485) =09 at org.apache.lucene.index.DocumentsWriter.waitForWaitQueue(DocumentsW= riter.java:1057) =09 at org.apache.lucene.index.DocumentsWriter.updateDocuments(DocumentsWr= iter.java:875) =09 at org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.jav= a:2163) =09 at org.apache.lucene.index.IndexWriter.addDocuments(IndexWriter.java:2= 121) =09 at org.apache.lucene.index.IndexWriter.addDocuments(IndexWriter.java:2= 105) {code} =20 > TestNRTThreads hangs in nightly 3.x builds > ------------------------------------------ > > Key: LUCENE-3339 > URL: https://issues.apache.org/jira/browse/LUCENE-3339 > Project: Lucene - Java > Issue Type: Bug > Reporter: Robert Muir > Assignee: Michael McCandless > Fix For: 3.5 > > Attachments: LUCENE-3339.patch > > > Maybe we have a problem, maybe its a bug in the test. > But its strange that lately the 3.x nightlies have been hanging here. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs: https://issues.apache.org/jira/secure/ContactAdministrators!default.jsp= a For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org