narendly commented on a change in pull request #1197:
URL: https://github.com/apache/helix/pull/1197#discussion_r464205844
##########
File path:
helix-rest/src/main/java/org/apache/helix/rest/server/resources/helix/InstancesAccessor.java
##########
@@ -144,7 +144,7 @@ public Response getAllInstances(@PathParam("clusterId")
String clusterId,
@POST
public Response instancesOperations(@PathParam("clusterId") String clusterId,
- @QueryParam("command") String command, String content) {
+ @QueryParam("skipZKRead") String skipZKRead, @QueryParam("command")
String command, String content) {
Review comment:
Suggest we consolidate the nomenclature for the boolean flag (as
explained above).
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]