Re: solr shutdown error

2016-07-05 Thread Shawn Heisey
On 7/2/2016 2:26 AM, Kent Mu wrote: > I do understand your explaination, but another question accurs, When I > create CloudSolrServer Connection by singleton pattern like this, and > I call shutdown, but it's OK. the solr version is 4.9.0. that's why? If SolrJ 4.9.0 allows you to call shutdown on

Re: solr shutdown error

2016-07-02 Thread Kent Mu
Thanks for your reply! I do understand your explaination, but another question accurs, When I create CloudSolrServer Connection by singleton pattern like this, and I call shutdown, but it's OK. the solr version is 4.9.0. that's why? public synchronized static CloudSolrServer getSolrCloudReadS

Re: solr shutdown error

2016-07-01 Thread Shawn Heisey
On 7/1/2016 10:59 PM, Kent Mu wrote: > solr version: 4.9.0 I create and get a HttpSolrServer connection by > singleton pattern. I find the method of "shutdown" in solrj API, so I > decided to use "shutdown" to release resources, but I got the error as > below, It is due to singleton pattern? If y

solr shutdown error

2016-07-01 Thread Kent Mu
hi all, solr version: 4.9.0 I create and get a HttpSolrServer connection by singleton pattern. I find the method of "shutdown" in solrj API, so I decided to use "shutdown" to release resources, but I got the error as below, It is due to singleton pattern? *Error executing query* *org.apache.s

solr shutdown error

2016-07-01 Thread 穆 俊峰
hi all, solr version: 4.9.0 I create and get a HttpSolrServer connection by singleton pattern. I find the method of "shutdown" in solrj API, so I decided to use "shutdown" to release resources, but I got the error as below, It is due to singleton pattern? Error executing query org.apache.s