[ https://issues.apache.org/jira/browse/FLINK-4347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15450970#comment-15450970 ]
ASF GitHub Bot commented on FLINK-4347: --------------------------------------- Github user KurtYoung commented on a diff in the pull request: https://github.com/apache/flink/pull/2388#discussion_r76919993 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/clusterframework/types/ResourceID.java --- @@ -63,9 +63,7 @@ public final int hashCode() { @Override public String toString() { - return "ResourceID{" + - "resourceId='" + resourceId + '\'' + - '}'; + return resourceId; --- End diff -- It's mainly for the INFO/DEBUG logs, want to show some simple messages when we have to print ResourceID > Implement SlotManager core > -------------------------- > > Key: FLINK-4347 > URL: https://issues.apache.org/jira/browse/FLINK-4347 > Project: Flink > Issue Type: Sub-task > Components: Cluster Management > Reporter: Kurt Young > Assignee: Kurt Young > > The slot manager is responsible to maintain the list of slot requests and > slot allocations. It allows to request slots from the registered > TaskExecutors and issues container allocation requests in case that there are > not enough available resources. -- This message was sent by Atlassian JIRA (v6.3.4#6332)