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