Re: Can the connection pool be shut down in any way other than explicitly closing?

2017-07-18 Thread Oleg Kalnichevski
On Tue, 2017-07-18 at 06:46 -0600, Shawn Heisey wrote: > I have a user on the solr-user mailing list who is running into an > exception from HttpClient: > > ... > They are using a SolrJ object called CloudSolrClient.  This in turn > uses > LBHttpSolrClient, which uses HttpSolrClient, and inside

Can the connection pool be shut down in any way other than explicitly closing?

2017-07-18 Thread Shawn Heisey
I have a user on the solr-user mailing list who is running into an exception from HttpClient: Caused by: java.lang.IllegalStateException: Connection pool shut down at org.apache.http.util.Asserts.check(Asserts.java:34) at org.apache.http.pool.AbstractConnPool.lease(AbstractConnPool.java:184) at or