narendly commented on a change in pull request #1197:
URL: https://github.com/apache/helix/pull/1197#discussion_r464205957



##########
File path: 
helix-rest/src/main/java/org/apache/helix/rest/server/resources/helix/InstancesAccessor.java
##########
@@ -218,7 +218,8 @@ private Response batchGetStoppableInstances(String 
clusterId, JsonNode node) thr
       ObjectNode failedStoppableInstances = result.putObject(
           
InstancesAccessor.InstancesProperties.instance_not_stoppable_with_reasons.name());
       InstanceService instanceService =
-          new InstanceServiceImpl(new 
HelixDataAccessorWrapper((ZKHelixDataAccessor) getDataAccssor(clusterId)), 
getConfigAccessor());
+          new InstanceServiceImpl(new 
HelixDataAccessorWrapper((ZKHelixDataAccessor) getDataAccssor(clusterId)), 
getConfigAccessor(),
+              skipZKRead);

Review comment:
       Nit: format?




----------------------------------------------------------------
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]

Reply via email to