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
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
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