zpinto commented on code in PR #2661:
URL: https://github.com/apache/helix/pull/2661#discussion_r1374795983
##########
helix-rest/src/main/java/org/apache/helix/rest/server/resources/helix/PerInstanceAccessor.java:
##########
@@ -435,6 +435,11 @@ public Response updateInstance(@PathParam("clusterId")
String clusterId,
case setInstanceOperation:
admin.setInstanceOperation(clusterId, instanceName, state);
break;
+ case completeSwapIfPossible:
Review Comment:
This apparently is the correct indentation according to helix style
configuration; however, the others are incorrect. I didn't change the others
because want to keep the diff only on my changes.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]