PS - confirmed: in the GUI, I go to Admin->Cloud->Tree, click on clusterstate.json and it's empty {}
On Thu, Feb 4, 2016 at 3:37 PM, Aki Balogh <a...@marketmuse.com> wrote: > One of our shards went down. We brought it back up but it doesn't have a > hash range: > > <lst name="shard1"> > <null name="range"/> > <str name="state">active</str> > <null name="parent"/> > <lst name="replicas"> > <lst name="core_node1"> > <str name="core">marketmuse_shard1_replica1</str> > <str name="base_url">http://172.30.0.254:8080/solr > <http://t.yesware.com/tt/506312808dab13214164f92fbcf5714d3ce38c6b/c6a881606a3b55df07519080d6a30a64/d488804a4618ec46de4eafc5ea5676b4/172.30.0.254:8080/solr> > </str> > <str name="node_name">172.30.0.254:8080_solr</str> > <str name="state">active</str> > </lst> > <lst name="core_node2"> > <str name="state">active</str> > <str name="core">marketmuse_shard1_replica2</str> > <str name="node_name">172.30.0.89:8080_solr</str> > <str name="base_url">http://172.30.0.89:8080/solr > <http://t.yesware.com/tt/506312808dab13214164f92fbcf5714d3ce38c6b/c6a881606a3b55df07519080d6a30a64/8e3823ff9a8b0533d300175fda19366c/172.30.0.89:8080/solr> > </str> > <str name="leader">true</str> > </lst> > </lst> > </lst> > > > This results in the error message: > > org.apache.solr.common.SolrException: No active slice servicing hash code > a55b940e in DocCollection > > > I've been reading guides online and they suggest updating the Zookeeper > config. > > Specifically, they suggest getting clusterstate.json. But I've tried that > and when I get that file, I only get an empty file {} > > Is there another way to ask Zookeeper to cover the missing hash range? > > Thanks, > Aki >