On 12/18/2017 7:21 AM, Nimesh Aghera wrote:
Thanks Shawn for reply,
Need to do below step.
After creating collection using the Collection API clear the version-2 folder
from zoo_data and after that I will start server and make upconfig the
collection is up but the routing changes from implicit to explicit with solr
6.1.0 while I do same to replicate in solr 7.1.0 while up server it will gives
org.apache.solr.common.SolrException:org.apache.solr.common.SolrException:
Replica core_node5 is not present in cluster state: null So unable to replicate
in solr 7.1.0 and also while start server it will create the 'gettingstarted'
collection every time which is already exists.
I'm pretty sure that deleting the zoodata/version-2 folder deletes all
zookeeper data. Don't do that.
SolrCloud can't recover from all of its ZK data being deleted. I'm
surprised anything works at all.
Thanks,
Shawn