Re: questions for the method "shutdown" of CloudSolrServer

2016-07-02 Thread Kent Mu
Thanks a lot! I see now. still have a thorny problem about solrcloud. please do me a favor to analysis it. I came across a problem when use solrcloud , it goes down, not an OOM issue. The version is 4.9.0. we got the java core log, it looks like the http connection pool is exhausted and most thre

Re: questions for the method "shutdown" of CloudSolrServer

2016-07-02 Thread Shawn Heisey
On 7/2/2016 2:29 AM, Kent Mu wrote: > this kind of method by create an instance with a LBHttpSolrServer does > not need to release LBHttpSolrServer and HttpClient?? The cloud client will only shutdown the LB client and its HttpClient if it was the one who created those resources. When they are c

questions for the method "shutdown" of CloudSolrServer

2016-07-02 Thread Kent Mu
hi all, I create a CloudSolrServer Connection by singleton pattern like this public synchronized static CloudSolrServer getSolrCloudReadServer() { if (reviewSolrCloudServer == null) { ModifiableSolrParams params = new ModifiableSolrParams(); params.set(HttpClientUtil.PROP_

questions for the method "shutdown" of CloudSolrServer

2016-07-01 Thread 穆 俊峰
hi all, I create a CloudSolrServer Connection by singleton pattern like this public synchronized static CloudSolrServer getSolrCloudReadServer() { if (reviewSolrCloudServer == null) { ModifiableSolrParams params = new ModifiableSolrParams(); params.set(HttpClientUtil.PRO