On 2/27/2015 11:42 AM, tuxedomoon wrote:
> What about adding one new leader/replica pair?  It seems that would entail
>
> a) creating the r3.large instances and volumes
> b) adding 2 new Zookeeper hosts?
> c) updating my Zookeeper configs (new hosts, new ids, new SOLR config)
> d) restarting all ZKs
> e) restarting SOLR hosts in sequence needed for correct shard/replica
> assignment
> f)  start indexing again

You do not need additional zookeeper hosts to run more Solr hosts. 
Three hosts are all that is required for a fully redundant ZK ensemble,
no matter how many Solr hosts are in your cloud.

I'm not sure what you're gaining by restarting the existing Solr hosts,
either.

If you want to add more Solr hosts, just start them up with the correct
parameter (-DzkHost, etc) so they register themselves with zookeeper. 
They will immediately be available for replica migrations or anything
else you might want to do.

Thanks,
Shawn

Reply via email to