Re: Solr Cloud prevent Ping Request From Forwarding Request

2016-09-22 Thread Shawn Heisey
On 9/22/2016 11:33 AM, jimtronic wrote: > Boxes 1,2, and 3 have replicas of collections dogs and cats. Box 4 has > only a replica of dogs. All of these boxes have a healthcheck file on > them that works with the PingRequestHandler to say whether the box is > up or not. If I hit Box4/cats/admin/ping

Re: Solr Cloud prevent Ping Request From Forwarding Request

2016-09-22 Thread jimtronic
It seems like all the parameters in the PingHandler get processed by the remote server. So, things like shards=localhost or distrib=false take effect too late. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Cloud-prevent-Ping-Request-From-Forwarding-Request-tp429752

Re: Solr Cloud prevent Ping Request From Forwarding Request

2016-09-22 Thread Erick Erickson
Don't know if it works with ping, but try &distrib=false perhaps? But wouldn't you still have, at best, "no such collection?" or something? You may have to read state(s) from Zookeeper and ping each one directly only if it has a replica for a particular collection. Best, Erick On Thu, Sep 22, 2