Yes, I coded a transformer to deal with the data from a mysql table before
index it with dataimporthandler.
I am actually using a nightly build from middle january with all the
concurrency bugs of dataimporthandler fixed.
After lots of tracing I think the problem could be in the commit void of the
DirectUpdateHandler2.class but still not able to hit where. 
If the problem is not there the other thing that comes to my mind is
lucene2.9-dev... maybe there's a problem closing indexWriter?... opiously
it's just a thought.



Yonik Seeley-2 wrote:
> 
> On Wed, Mar 11, 2009 at 12:23 PM, Marc Sturlese <marc.sturl...@gmail.com>
> wrote:
>> I have checked the log and it is closing an indexWriter and registering a
>> new searcher but can't see that the older one is closed:
> 
> On a quiet system, you should see the original searcher closed right
> after the new searcher is registered.
> 
> Example:
> Mar 11, 2009 2:22:25 PM org.apache.solr.core.SolrCore registerSearcher
> INFO: [] Registered new searcher searc...@1f1cbf6 main
> Mar 11, 2009 2:22:25 PM org.apache.solr.search.SolrIndexSearcher close
> INFO: Closing searc...@acdd02 main
> 
>> I am using not a plugin, just implemented a transformer to modify the
>> data but this should'nt afect.
> 
> Transformer?  from Data Import Handler?
> What version of Solr are you using?
> 
> -Yonik
> http://www.lucidimagination.com
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Tomcat-holding-deleted-snapshots-until-it%27s-restarted-tp22451252p22465842.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to