> On Jun 2, 2018, at 12:27 AM, solrnoobie <raphaeldegra...@yahoo.com> wrote:
> 
> So my question is if is it ok to have load balancers on top of a zookeeper
> or should we use elastic ip's instead?

No and no. Use fixed hostnames. List all Zookeeper nodes in the zkhost spec.

Zookeeper is not a stateless service where any node can handle any request.
It is the opposite. It has fault-tolerant algorithms for correctly handling 
state
changes with failures.

Give each Zookeeper node an address and a name. Give all the names to all
the Solr hosts.

wunder
Walter Underwood
wun...@wunderwood.org
http://observer.wunderwood.org/  (my blog)

Reply via email to