Re: Indexes don't synch when node with old data is returned to cluster

2017-09-20 Thread Erick Erickson
this _should_ be OK. I'd expect the new nodes to see that more than 100 docs have been indexed and do a full sync. However, you can insure this by removing the entire data directory from the nodes that are down (rm -rf data). They'll come back up, do a full sync and start answering queries only af

Indexes don't synch when node with old data is returned to cluster

2017-09-20 Thread Joe Heasly
Hello, We have just moved from solr 4.6 master/slave to 6.4.2 SolrCloud. We have three collections, each with a single shard and a varying number of replicas, all kept by an ensemble of three zooKeepers (on their own hosts). As an ecommerce site, our capacity needs vary so we add and remove r