zentol commented on a change in pull request #16934:
URL: https://github.com/apache/flink/pull/16934#discussion_r693746738
##########
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:
We could make this logging the responsibility of the resource manager.
Then it will really only be printed if we are shutting a TM down.
--
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]