tillrohrmann commented on a change in pull request #11852:
URL: https://github.com/apache/flink/pull/11852#discussion_r444179844
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/TaskExecutor.java
##########
@@ -631,7 +631,8 @@ private void stopTaskExecutorServices() throws Exception {
taskMetricGroup.gauge(MetricNames.IS_BACKPRESSURED,
task::isBackPressured);
- log.info("Received task {}.",
task.getTaskInfo().getTaskNameWithSubtasks());
+ log.info("Received task {} ({}), allocate slot with
AllocationID {}.",
Review comment:
```suggestion
log.info("Received task {} ({}), deploy into slot with
allocation id {}.",
```
----------------------------------------------------------------
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:
[email protected]