Re: Lucene 2.2.0 in 64-bit JVM: IndexReader is hung

2009-03-23 Thread Michael McCandless
M/OS issue, but Lucene just exposes it. -venkat -Original Message- From: ysee...@gmail.com [mailto:ysee...@gmail.com] On Behalf Of Yonik Seeley Sent: Monday, March 23, 2009 1:06 PM To: java-user@lucene.apache.org Subject: Re: Lucene 2.2.0 in 64-bit JVM: IndexReader is hung So even when

RE: Lucene 2.2.0 in 64-bit JVM: IndexReader is hung

2009-03-23 Thread Venkat Rangan
Message- From: ysee...@gmail.com [mailto:ysee...@gmail.com] On Behalf Of Yonik Seeley Sent: Monday, March 23, 2009 1:06 PM To: java-user@lucene.apache.org Subject: Re: Lucene 2.2.0 in 64-bit JVM: IndexReader is hung So even when you stop searches, you observe a thread stuck on

Re: Lucene 2.2.0 in 64-bit JVM: IndexReader is hung

2009-03-23 Thread Yonik Seeley
So even when you stop searches, you observe a thread stuck on RandomAccessFile.readBytes()? In an active system, it would be normal to see threads blocked there... just on different calls. If RandomAccessFile.readBytes() is actually hanging, it's not a Lucene issue, but a JVM/OS bug. -Yonik htt