I think if you set shards.tolerant=true you get information in the
return packet if a shard is completely down.

The other thing you can do is query the ZooKeeper cluster state
directly.

But I have to ask why you're not using a replica or two per shard.
That should provide automatic fail-over etc and make the necessity
of dealing with this case _much_ less frequent. Personally I'd put
more effort into making an always-up cluster than dealing with
when a single node goes down.

FWIW,
Erick


On Mon, Oct 28, 2013 at 8:10 AM, hongkeun.yoo <hunter...@naver.com> wrote:

> Thanks for your reply. If one of server have stop and error, this
> option(distrib=false) is good work. Similarly option is
> "shards.tolerant=true". but I don't want to using this option. because the
> died server isn't show error message. only return not nothing data.
>
> I want to show error message at died server, the other way normal server
> work normally.
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/One-of-all-shard-stopping-all-shards-stop-tp4098015p4098053.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to