On 10/14/2018 9:31 PM, Sourav Moitra wrote:
My question does running separate zookeeper ensemble in the same boxes
provides any advantage over using the solr embedded zookeeper ?

The major disadvantage to having ZK embedded in Solr is this:  If you stop or restart the Solr process, part of your ZK ensemble goes down too.  It is vastly preferable to have it running as a separate process, so that you can restart one of the services without causing disruption in the other service.

Thanks,
Shawn

Reply via email to