; - Original Message
> > From: Michael Stoppelman <[EMAIL PROTECTED]>
> > To: java-user@lucene.apache.org
> > Sent: Friday, January 25, 2008 8:08:32 PM
> > Subject: Re: Threads blocking on isDeleted when swapping indices for a
> > very long time...
> >
iginal Message
> From: Michael Stoppelman <[EMAIL PROTECTED]>
> To: java-user@lucene.apache.org
> Sent: Friday, January 25, 2008 8:08:32 PM
> Subject: Re: Threads blocking on isDeleted when swapping indices for a
> very long time...
>
> For
> anyone
> interes
: Michael Stoppelman <[EMAIL PROTECTED]>
To: java-user@lucene.apache.org
Sent: Friday, January 25, 2008 8:08:32 PM
Subject: Re: Threads blocking on isDeleted when swapping indices for a very
long time...
For
anyone
interested
I
did
work
around
this.
The
problem
was
that
I
wasn't
w
For anyone interested I did work around this. The problem was that I wasn't
warming the index enough. When I ran full queries against the new index
being
switched to everything runs smoothly when the indices are swapped now. There
must be some lower level caches that need to be filled that I'm not
BTW, I'm using Lucene 2.2.0.
-M
p.s. Congrats on the 2.3.0 release!
On Jan 24, 2008 7:42 PM, Michael Stoppelman <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I've been tracking down a problem happening in our production environment.
> When we switch an index after doing deletes & adds, running some
Hi all,
I've been tracking down a problem happening in our production environment.
When we switch an index after doing deletes & adds, running some searches,
and finally changing the pointer
from old index to new all the threads start stacking up all waiting on
isDeleted(). The threads seem to fin