Re: Bringing down ZK without Solr

2017-06-09 Thread Vivek Pathak
Why need to bring down. How about bring down network access e.g. by adding a temp firewall rule. Or just send a stop signal to zookeeper process. On test done send a continue Sent from my iPhone > On Jun 9, 2017, at 9:33 AM, Venkateswarlu Bommineni wrote: > > Thanks for your reply Eric. >

Re: Bringing down ZK without Solr

2017-06-09 Thread Venkateswarlu Bommineni
Thanks for your reply Eric. The use case is We have a script that will send a mail when Solr and ZK don't talk to each other. so we want to just replicate the issue and test that script. but actually, we don't want to bring down Solr and ZK nodes but want to just try by disconnecting both of the

Re: Bringing down ZK without Solr

2017-06-08 Thread Erick Erickson
Well, it depends on what you mean by "impacting". When ZK drops below quorum you will no longer be able to send indexing requests to Solr, they'll all fail. At least they better ;). _Queries_ should continue to work, but you're in somewhat uncharted territory, nobody I know runs that way very lon

Bringing down ZK without Solr

2017-06-08 Thread Venkateswarlu Bommineni
Hi Team, Is there any way we can bring down ZK without impacting Solr ? I know it might be a silly question as Solr tolly depends in ZK for all I/O operations and configuration changes. Thanks, Venkat.