Re: Threads blocking on isDeleted when swapping indices for a very long time...

2008-01-27 Thread Yonik Seeley
; - 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... > >

Re: Threads blocking on isDeleted when swapping indices for a very long time...

2008-01-27 Thread Michael Stoppelman
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

Re: Threads blocking on isDeleted when swapping indices for a very long time...

2008-01-26 Thread Otis Gospodnetic
: 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

Re: Threads blocking on isDeleted when swapping indices for a very long time...

2008-01-25 Thread Michael Stoppelman
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

Re: Threads blocking on isDeleted when swapping indices for a very long time...

2008-01-25 Thread Michael Stoppelman
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

Threads blocking on isDeleted when swapping indices for a very long time...

2008-01-24 Thread Michael Stoppelman
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