Hi,

We have a proces checking presence of many documents in a collection, just a 
simple client.getById(id). It sometimes begins throwing lots of  these 
exceptions in a row:

org.apache.solr.client.solrj.SolrServerException: 
java.lang.IllegalStateException: Connection pool shut down

Then, as suddenly as it appeared, it's gone again a no longer a problem. I 
would expect SolrJ not to throw this but to wait until it the connection pool, 
or whatever mechanism is there, to recover.

Did i miss a magic parameter for SolrJ?

Thanks,
Markus

Reply via email to