Should clusterstate JSON file upload functionality live on Solr admin
pages? Or is it already there? I recall Grant working on some upload
functionality recently...
Otis
Solr & ElasticSearch Support
http://sematext.com/
On Nov 22, 2013 2:54 PM, "Timothy Potter" wrote:
> Yes, I've done this ...
Yes, I've done this ... but I had to build my own utility to update
clusterstate.json (for reasons I can't recall now). So make your
changes to clusterstate.json manually and then do something like the
following with SolrJ:
public static void updateClusterstateJsonInZk(CloudSolrServer
cloudSol
My 4.4 sorlcloud cluster has several down replicas that need to be removed. I
am looking for a solution to clean them up like the deletereplica api available
in 4.6.
Will manually removing the replicas from the clusterstate.json file in
zookeeper accomplish my needs?
Thanks,
Eric