[
https://issues.apache.org/jira/browse/HELIX-691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16430969#comment-16430969
]
ASF GitHub Bot commented on HELIX-691:
--------------------------------------
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?
> Allow users to update InstanceConfig
> ------------------------------------
>
> Key: HELIX-691
> URL: https://issues.apache.org/jira/browse/HELIX-691
> Project: Apache Helix
> Issue Type: Improvement
> Reporter: Hunter L
> Priority: Major
>
> In helix-rest, we provide in InstanceAccessor a method updateInstanceConfig
> updates the instance's config through a POST call.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)