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
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
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_
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