I want to add one more thing for Shawn about Zookeeper. In order to
have quorum,
you need to have half the servers plus one available. Because of that let's
assume you have 4 machine of Zookeeper and two of them communicating within
them and other two of them communicating within them. Assume that
On 9/14/2013 6:57 AM, Prasi S wrote:
> I use SolrPingResponse.getStatus method to start indexing to solr. I use
> SolrCloud with external zookeeper
>
> If i send it to the Zookeeper, if zookeeper is down, it returns NOTOK.
>
> But if one of my solr is up and second solr is down, the Ping returns
Hi,
I use SolrPingResponse.getStatus method to start indexing to solr. I use
SolrCloud with external zookeeper
If i send it to the Zookeeper, if zookeeper is down, it returns NOTOK.
But if one of my solr is up and second solr is down, the Ping returns OK
status.
Is this the behavior?
Thanks,
P