You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by S G <sg...@gmail.com> on 2015/04/01 01:30:13 UTC

Review needed for SOLR-7121

Hi,

I have opened a pull request for
https://issues.apache.org/jira/browse/SOLR-7121
at https://github.com/apache/lucene-solr/pull/132


This PR allows clients to specify some threshold values beyond which the
targeted core can declare itself unhealthy and proactively go down to
recover.
When the load improves, the downed cores come up automatically.
Such behavior will help machines survive longer by not hitting their
hardware limits.

The PR includes tests for all the ill-health cases.
If someone can review this and help me get it committed, it would be much
appreciated.

Thanks
Sachin

Re: Review needed for SOLR-7121

Posted by S G <sg...@gmail.com>.
It's been a month since I updated my pull request with all the test-cases.

I would really appreciate if someone could review and merge the below pull
request.

This patch:
1) Makes the nodes more resilient to crashes,
2) Improves cloud stability and
3) Prevents distributed deadlocks.

Thanks
Sachin


On Tue, Mar 31, 2015 at 4:30 PM, S G <sg...@gmail.com> wrote:

> Hi,
>
> I have opened a pull request for
> https://issues.apache.org/jira/browse/SOLR-7121
> at https://github.com/apache/lucene-solr/pull/132
>
>
> This PR allows clients to specify some threshold values beyond which the
> targeted core can declare itself unhealthy and proactively go down to
> recover.
> When the load improves, the downed cores come up automatically.
> Such behavior will help machines survive longer by not hitting their
> hardware limits.
>
> The PR includes tests for all the ill-health cases.
> If someone can review this and help me get it committed, it would be much
> appreciated.
>
> Thanks
> Sachin
>
>
>