You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Rallavagu <ra...@gmail.com> on 2015/10/14 01:25:31 UTC

solr cloud recovery and search

It appears that when a node that is in "recovery" mode queried it would 
defer the query to leader instead of serving from locally. Is this the 
expected behavior? Thanks.

Re: solr cloud recovery and search

Posted by Rallavagu <ra...@gmail.com>.
Great. Thanks Erick.

On 10/13/15 5:39 PM, Erick Erickson wrote:
> More than expected, guaranteed. As long as at least one replica in a
> shard is active, all queries should succeed. Maybe more slowly, but
> they should succeed.
>
> Best,
> Erick
>
>
>
> On Tue, Oct 13, 2015 at 4:25 PM, Rallavagu <ra...@gmail.com> wrote:
>> It appears that when a node that is in "recovery" mode queried it would
>> defer the query to leader instead of serving from locally. Is this the
>> expected behavior? Thanks.

Re: solr cloud recovery and search

Posted by Erick Erickson <er...@gmail.com>.
More than expected, guaranteed. As long as at least one replica in a
shard is active, all queries should succeed. Maybe more slowly, but
they should succeed.

Best,
Erick



On Tue, Oct 13, 2015 at 4:25 PM, Rallavagu <ra...@gmail.com> wrote:
> It appears that when a node that is in "recovery" mode queried it would
> defer the query to leader instead of serving from locally. Is this the
> expected behavior? Thanks.