zentol commented on a change in pull request #15249: URL: https://github.com/apache/flink/pull/15249#discussion_r596061798
########## File path: flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/taskmanager/TaskManagerInfo.java ########## @@ -62,6 +63,8 @@ public static final String FIELD_NAME_MEMORY = "memoryConfiguration"; + public static final String FIELD_NAME_ALLOCATE_SLOTS = "allocateSlots"; Review comment: ```suggestion public static final String FIELD_NAME_ALLOCATE_SLOTS = "allocatedSlots"; ``` ---------------------------------------------------------------- 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: us...@infra.apache.org