Github user GJL commented on a diff in the pull request:
https://github.com/apache/flink/pull/5093#discussion_r153483098
--- Diff:
flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/taskmanager/TaskManagerInfo.java
---
@@ -53,8 +53,8 @@
public static final String FIELD_NAME_HARDWARE = "hardware";
@JsonProperty(FIELD_NAME_INSTANCE_ID)
--- End diff --
Should be `FIELD_NAME_RESOURCE_ID`---
