Re: Could not load collection from ZK:

2018-09-20 Thread Matteo Grolla
public static DocCollection getCollectionLive(ZkStateReader zkStateReader, String coll) { try { return zkStateReader.fetchCollectionState(coll, null); } catch (KeeperException e) { throw new SolrException(ErrorCode.BAD_REQUEST, "Could not load collection from ZK: "

Re: Could not load collection from ZK:

2018-05-24 Thread Aman Singh
Hi Shawn & Alessandro, We have tried to increase the heap also but we were facing the same issue but after removing the ZK from the solr server to their dedicated server this problem goes away, Yes when we are facing this issue the GC activity was high around 60-70% out of 400%. Regards, Aman

Re: Could not load collection from ZK:

2018-05-24 Thread Shawn Heisey
On 6/20/2017 9:46 AM, Aman Deep Singh wrote: > Sorry Shawn, > It didn't copy entire stacktrace I put the stacktrace at > https://www.dropbox.com/s/zf8b87m24ei2ils/solr%20exception2?dl=0 > > Note: I have shaded the solr library under com.gdn.solr620 so all solr > class will be appear as

Re: Could not load collection from ZK:

2018-05-24 Thread Alessandro Benedetti
hi Aman, I had similar issues in the past and the reason was attributed to : SOLR-8868 Which unfortunately is not solved yet. Did you manage to find a different cause in your case? hope that helps. Regards - --- Alessandro

Re: Could not load collection from ZK:

2017-06-20 Thread Aman Deep Singh
exception is > com.gdn.solr620.org.apache. > > solr.common.SolrException: Could not load collection from ZK: > > productCollection > > > Top command images are at > > > https://www.dropbox.com/sh/vxorykk8tmb6amb/AABYIcFuRyfSnlkS6I-Tr5HNa?dl=0 > > Are

Re: Could not load collection from ZK:

2017-06-20 Thread Aman Deep Singh
This error is coming in the application which is using solrj to communicate to the solr full stacktrace is Request processing failed; nested exception is com.gdn.solr620.org.apache. solr.common.SolrException: Could not load collection from ZK: productCollection

Re: Could not load collection from ZK:

2017-06-20 Thread Shawn Heisey
On 6/20/2017 6:08 AM, Aman Deep Singh wrote: > I'm facing a issue in solr sometimes zookeeper failes to load the solr > collection stating > > org.apache.solr.common.SolrException: Could not load collection from ZK: This is not the full error message. It will be dozens of lines l

Could not load collection from ZK:

2017-06-20 Thread Aman Deep Singh
I'm facing a issue in solr sometimes zookeeper failes to load the solr collection stating org.apache.solr.common.SolrException: Could not load collection from ZK: My current setup details is 1. 5 Nodes with 4 cores ,7.6 GB RAM each which contains solr node and zookeeper 2