Re: CloudSolrServer, concurrency and too many connections

2014-12-10 Thread Greg Solovyev
ubject: Re: CloudSolrServer, concurrency and too many connections I am seeing this problem with Java 1.8.0_25-b17 on Ubuntu 14.04.1 LTS ZK 3.4.6, Solr 4.10.2 Thanks, Greg - Original Message - From: "JoeSmith" To: "solr-user" Sent: Monday, December 8, 2014 6:19:08 P

Re: CloudSolrServer, concurrency and too many connections

2014-12-10 Thread Greg Solovyev
I am seeing this problem with Java 1.8.0_25-b17 on Ubuntu 14.04.1 LTS ZK 3.4.6, Solr 4.10.2 Thanks, Greg - Original Message - From: "JoeSmith" To: "solr-user" Sent: Monday, December 8, 2014 6:19:08 PM Subject: Re: CloudSolrServer, concurrency and too many connec

Re: CloudSolrServer, concurrency and too many connections

2014-12-10 Thread Greg Solovyev
" Sent: Sunday, December 7, 2014 8:11:50 PM Subject: Re: CloudSolrServer, concurrency and too many connections i've upgraded to 4.10.2 on the client-side. Still seeing this connection problem when connecting to the Zookeeper port. If I connect directly to SolrServer, the connections d

Re: CloudSolrServer, concurrency and too many connections

2014-12-08 Thread JoeSmith
Thanks, Shawn. I updated to 7u72 and was not able to reproduce the problem. That was good. But just to be sure about this, I backed back down to 7u55 and again was not able to reproduce. So at least for now, this has gone away even if the reason is inconclusive. On Mon, Dec 8, 2014 at 7:37 AM,

Re: CloudSolrServer, concurrency and too many connections

2014-12-08 Thread JoeSmith
We will need to update to 7u52, we are using 7u55. On the client side, this happens with zookeeper 3.4.6 and 4.10.2 solrj. And we will need to update both on the server side. What kind of config/setup information would you need to see if we do still have an issue after these updates? On Mon, D

Re: CloudSolrServer, concurrency and too many connections

2014-12-07 Thread Shawn Heisey
On 12/7/2014 9:11 PM, JoeSmith wrote: > i've upgraded to 4.10.2 on the client-side. Still seeing this connection > problem when connecting to the Zookeeper port. If I connect directly to > SolrServer, the connections do not increase. But when connecting to > Zookeeper, the connections increase u

Re: CloudSolrServer, concurrency and too many connections

2014-12-07 Thread JoeSmith
i've upgraded to 4.10.2 on the client-side. Still seeing this connection problem when connecting to the Zookeeper port. If I connect directly to SolrServer, the connections do not increase. But when connecting to Zookeeper, the connections increase up to 60 and then start to fail. I understand

Re: CloudSolrServer, concurrency and too many connections

2014-12-06 Thread Shawn Heisey
On 12/6/2014 12:09 PM, JoeSmith wrote: > We are currently using CloudSolrServer, but it looks like this class is not > thread-safe (setDefaultCollection). Should this instance be initialized > once (at startup) and then re-used (in all threads) until shutdown when the > process terminates? Or shou