KarmaGYZ commented on a change in pull request #16934:
URL: https://github.com/apache/flink/pull/16934#discussion_r693757691



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/resourcemanager/slotmanager/FineGrainedSlotManager.java
##########
@@ -710,7 +705,7 @@ private void 
releaseIdleTaskExecutorIfPossible(TaskManagerInfo taskManagerInfo)
 
     private void releaseIdleTaskExecutor(InstanceID timedOutTaskManagerId) {
         final FlinkException cause = new FlinkException("TaskManager exceeded 
the idle timeout.");
-        LOG.info(
+        LOG.debug(

Review comment:
       It is logged in `ResourceManager#closeTaskManagerConnection`, will 
remove it.




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