Re: solrcloud goes down

2016-07-04 Thread Kent Mu
Thanks! I understand now, let's focus on next question. I configured the "maxConnections" and "maxConnectionsPerHost" in solr.xml as you said before. But I got the same failure result. Looks like the http connection pool is exhausted and most threads are waiting to get a free connection. the

Re: solrcloud goes down

2016-07-03 Thread Shalin Shekhar Mangar
You are asking many different questions. Lets take them up one by one: You say that you use the singleton pattern to create and get the Solr server connection. Yes, that is fine. The CloudSolrServer is thread safe and can be shared across requests/threads. When your application exits, you should

solrcloud goes down

2016-07-02 Thread Kent Mu
Hi all I came across a problem when use solrcloud, it goes down. The version is 4.9.0. 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 have increased http connection defaults for the SolrJ client, and also

答复: solrcloud goes down

2016-07-01 Thread 穆 俊峰
FYI 发件人: 穆 俊峰 <kent...@live.cn> 发送时间: 2016年7月1日 8:45 收件人: solr-user@lucene.apache.org 主题: solrcloud goes down Dear Mr. Experts! I came across a problem when use solrcloud, it goes down. The version is 4.9.1. we got the java core log, it looks like th

solrcloud goes down

2016-07-01 Thread 穆 俊峰
Dear Mr. Experts! I came across a problem when use solrcloud, it goes down. The version is 4.9.1. 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 have increased http connection defaults for the SolrJ