afedulov commented on a change in pull request #15054:
URL: https://github.com/apache/flink/pull/15054#discussion_r603335766
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/TaskExecutor.java
##########
@@ -310,6 +315,9 @@ public TaskExecutor(
createJobManagerHeartbeatManager(heartbeatServices,
resourceId);
this.resourceManagerHeartbeatManager =
createResourceManagerHeartbeatManager(heartbeatServices,
resourceId);
+
+ this.threadInfoSampleService =
+ new ThreadInfoSampleService(rpcService.getScheduledExecutor());
Review comment:
Which type of executor should if be in terms of pool size and where
should it be initialized?
--
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]