Re: is EmbeddedSolrServer thread safe ?

2010-09-28 Thread Reuben A Christie
No it is not same for EmbeddedSolrServer, we learned it hard way, I guess you would have also learned it by now. at SolrJ wiki page : http://wiki.apache.org/solr/Solrj#EmbeddedSolrServer "CommonsHttpSolrServer is thread-safe and if you are using the following constructor, you *MUST* re-use t

Re: Concurrent access to EmbeddedSolrServer

2010-09-28 Thread Reuben A Christie
we learned it hard way, Wish I had read this before http://wiki.apache.org/solr/EmbeddedSolr it is not threadsafe. start seeing concurrent modification exception as soon as within 100 Samples, when you load it with more than 1 Concurrent Users ( I ha

Re: DIH ConcurrentModificationException

2010-09-27 Thread Reuben A Christie
is this fixed in solr-1.4.1 ? I have seen ConcurrentModificationException during search operation using EmbeddedSolrServer, when tested using jmeter with on more than one Concurrent users. best, Reuben On 5/5/2009 2:25 AM, Shalin Shekhar Mangar wr