Re: RejectedExecutionException when shutttingdown corecontainer

2010-07-20 Thread Chris Hostetter
Sorry for such a late reply... : I still don't understand why updateHandler is called after : searchExcecutor when updateHandler has the possibility of : adding/submitting to searchExecutor. ...i believe you are correct, this does look like a race condition bug. I've opened SOLR-2008 to tra

RejectedExecutionException when shutttingdown corecontainer

2010-06-17 Thread NarasimhaRaju
Hi, I am using solr 1.3 and when indexing i am getting RejectedExecutionException after processing the last batch of update records from the database. happening when coreContainer.shutdown() is called after processing the last record. i have autocommits enabled based on maxTime which is 10 minut