Github user zhan849 commented on a diff in the pull request:
https://github.com/apache/helix/pull/174#discussion_r180174778
--- Diff:
helix-rest/src/main/java/org/apache/helix/rest/server/resources/helix/ResourceAccessor.java
---
@@ -84,10 +96,66 @@ public Response getResources(@PathParam("clusterId")
String clusterId) {
return JSONRepresentation(root);
}
+ /**
--- End diff --
Partition health related changes are not part of this PR (allow user to
change instance config), can we file different issues?
---