GitHub user narendly opened a pull request:
https://github.com/apache/helix/pull/164
Add health status API in ResourceAccessor
The getResourceHealth method returns the status of all resources in a given
cluster. The getPartitionHealth method returns the status of all partitions of
a given resource.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/narendly/helix 1243752
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/helix/pull/164.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 #164
----
commit 7d088f05c6f6cc7f270c5a9e1447a751ab3b4545
Author: narendly <narendly@...>
Date: 2018-03-26T21:12:11Z
Add health status API in ResourceAccessor
The getResourceHealth method returns the status of all resources in a given
cluster. The getPartitionHealth method returns the status of all partitions of
a given resource.
----
---