Re: sorlcloud connection issue

2016-07-12 Thread Kent Mu
Dear Mr. Heisey. It seems that we can not send the picture or attachments to solr-user, so I send the screen shot to your personal email, sorry to disturb! Thanks! Kent 2016-07-13 8:13 GMT+08:00 Shawn Heisey : > On 7/12/2016 8:30 AM, Kent Mu wrote: > > We have configed the

Re: sorlcloud connection issue

2016-07-12 Thread Kent Mu
we have 5 shards and each shard with one leader and one replica. the "3300" connections is only for one JVM. please see the follow analysis in zabbix. ​ ​ and we the solrj code as follow: public synchronized static CloudSolrServer getSolrCloudReadServer() { if

Re: sorlcloud connection issue

2016-07-12 Thread Shawn Heisey
On 7/12/2016 8:30 AM, Kent Mu wrote: > We have configed the maxThreads in JBOSS, and the good news is solrcloud > now running OK. but I another issue came across. We find the number of the > HTTP connections is very high, and the number can be around 3300. and > solrcloud does no release the

Re: sorlcloud connection issue

2016-07-12 Thread Kent Mu
Dear Mr. Heisey. We have configed the maxThreads in JBOSS, and the good news is solrcloud now running OK. but I another issue came across. We find the number of the HTTP connections is very high, and the number can be around 3300. and solrcloud does no release the connections. I understand that,

Re: sorlcloud connection issue

2016-07-09 Thread Kent Mu
Dear Mr. Heisey! Thanks for your reply very much! as you said, I think this will be key to the issue, and I will config "maxThreads" next week. hope it will work. Thanks again! 2016-07-07 22:24 GMT+08:00 Shawn Heisey : > On 7/6/2016 5:26 AM, Kent Mu wrote: > > Hi friends!

Re: sorlcloud connection issue

2016-07-09 Thread Kent Mu
Dear Mr. Mangar! Thanks for your reply. we have 3 cores with 5 shards, and each shard with one leader and one replication. now the data account goes to be 100 million, and it is still growing up.I see no connection timeout. actually we have schedule job to commit the data every 2 hours. so the

Re: sorlcloud connection issue

2016-07-07 Thread Shawn Heisey
On 7/6/2016 5:26 AM, Kent Mu wrote: > Hi friends! > *solr version: 4.9.0* > > I came across a problem when use solrcloud, it becomes dead lock, we got > the java core log, it looks like the http connection pool is exhausted and > most threads are waiting to get a free connection.. > > I posted the

Re: sorlcloud connection issue

2016-07-07 Thread Shalin Shekhar Mangar
Hi Kent, There is no point sending multiple emails for the same subject. It distracts people from the other messages, distributes the conversation and discourages people from helping you. Please provide more details about your cluster. 1. How many nodes? 2. How many collections? 3. How many

sorlcloud connection issue

2016-07-06 Thread Kent Mu
Hi friends! *solr version: 4.9.0* I came across a problem when use solrcloud, it becomes dead lock, we got the java core log, it looks like the http connection pool is exhausted and most threads are waiting to get a free connection.. I posted the problem in JIRA, the link is