Re: Commit is taking very long time

2009-03-24 Thread Chris Hostetter
: My application is in prod and quite frequently�getting NullPointerException. ... : java.lang.NullPointerException : at com.fm.search.incrementalindex.service.AuctionCollectionServiceImpl.indexData(AuctionCollectionServiceImpl.java:251) : at

Re: Commit is taking very long time

2009-03-19 Thread mahendra mahendra
) at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529)   Thanks, Mahendra --- On Sat, 3/14/09, Yonik Seeley yo...@lucidimagination.com wrote: From: Yonik Seeley yo...@lucidimagination.com Subject: Re: Commit is taking very long time To: solr-user@lucene.apache.org Date: Saturday

Commit is taking very long time

2009-03-13 Thread mahendra mahendra
Hello,   I am experiencing strange problems while doing commit. I am doing indexing for every 10 min to update index with data base values. commit is taking 7 to 10 min approximately and my indexing is failing due to null pointer exception. If first thread is not completed in 10 min the second

Re: Commit is taking very long time

2009-03-13 Thread Yonik Seeley
From your logs, it looks like the time is spent in closing of the index. There may be some pending deletes buffered, but they shouldn't take too long. There could also be a merge triggered... but this would only happen sometimes, not every time you commit. One more relatively recent change in