GitHub user narendly opened a pull request:
https://github.com/apache/helix/pull/163
Add health status API in ResourceAccessor
The getResourceHealth method returns the status of all resources in a given
cluster. The getPartitionHealth 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 master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/helix/pull/163.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 #163
----
commit ac6d4c268ba04cd4bb9d38d6b0f8e4ac178ebb4c
Author: narendly <narendly@...>
Date: 2018-03-26T20:48:12Z
Add health status API in ResourceAccessor
The getResourceHealth method returns the status of all resources in a given
cluster. The getPartitionHealth returns the status of all partitions of a given
resource.
----
---