Re: COMMIT_LOCK_TIMEOUT - IndexSearcher/IndexReader

2006-06-12 Thread Michael Duval
You're absolutely right, in most cases there would never be a need to increase the COMMIT_LOCK_TIMEOUT. In fact, if anything, you would want to decrease it to prevent wait bottlenecks on a system with a heavy update load. In short, it would be nice to have the option to change it to suit yo

Re: COMMIT_LOCK_TIMEOUT - IndexSearcher/IndexReader

2006-06-10 Thread Otis Gospodnetic
I have never run into this problem, but I'd be curious to know why your system takes more than 10 seconds to read the segments? Super-large index on a slow disk? As for new ctors, I suppose they wouldn't hurt, if there really is a need for them. But 10 seconds is a long time... Otis - O