GitHub user dasahcc opened a pull request:
https://github.com/apache/helix/pull/128
Add instance support for CriteriaEvaluator
To improve the performance of CriteriaEvaluator, add specified instance
support instead of querying all the instances.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dasahcc/helix master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/helix/pull/128.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #128
----
commit 03e8580ec21fe233a56dc664b4fb02368bfa6943
Author: Junkai Xue <jxue@...>
Date: 2018-01-11T21:32:50Z
Add instance support for CriteriaEvalutator
----
---