Clarkkkkk commented on a change in pull request #6679: 
[FLINK-10223][LOG]Logging with resourceId during taskmanager startup
URL: https://github.com/apache/flink/pull/6679#discussion_r216607446
 
 

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/TaskManagerRunner.java
 ##########
 @@ -349,6 +349,8 @@ public static TaskExecutor startTaskManager(
                checkNotNull(rpcService);
                checkNotNull(highAvailabilityServices);
 
+               LOG.info("Starting taskManager {}", resourceID);
 
 Review comment:
   I think "Starting taskManager with ResourceID: {}, resourceID)" would be 
more explicit. What do you think?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to