zentol commented on code in PR #24292: URL: https://github.com/apache/flink/pull/24292#discussion_r1485908014
########## 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: Theoretically you could implement this part in a generic way in the InvocationHandler by checking if any of the method arguments is a job 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. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org