zentol commented on code in PR #24292:
URL: https://github.com/apache/flink/pull/24292#discussion_r1512543707


##########
flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/TaskExecutor.java:
##########
@@ -1266,15 +1282,21 @@ public CompletableFuture<Acknowledge> freeSlot(
 
     @Override
     public void freeInactiveSlots(JobID jobId, Time timeout) {
-        log.debug("Freeing inactive slots for job {}.", jobId);
+        MdcUtils.addJobID(jobId);

Review Comment:
   yes, it was more of an idea on what we could do in the future.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to