zpinto commented on code in PR #2586:
URL: https://github.com/apache/helix/pull/2586#discussion_r1290794100


##########
helix-rest/src/main/java/org/apache/helix/rest/server/resources/helix/ResourceAssignmentOptimizerAccessor.java:
##########
@@ -104,6 +105,8 @@ private static class InputJsonContent {
   }
 
   private static class InstanceChangeMap {
+    @JsonProperty("InstanceConfigs")
+    JsonNode instanceConfigs;

Review Comment:
   Yes, this case is covered in the unit tests that already existed. 
JsonProperty does not require that this field be there in InstanceChangeMap.



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

Reply via email to