zentol commented on code in PR #19351:
URL: https://github.com/apache/flink/pull/19351#discussion_r844134619
##########
flink-runtime/src/test/java/org/apache/flink/runtime/taskexecutor/TaskManagerServicesBuilder.java:
##########
@@ -180,7 +172,7 @@ public TaskManagerServices build() {
taskStateManager,
taskChangelogStoragesManager,
taskEventDispatcher,
- ioExecutor,
+ Executors.newSingleThreadScheduledExecutor(),
Review Comment:
I'll fix the MetricUtilsTest. TaskSubmissionTestEnvironment does implement
autoclosable, and we could have it close the task executor as well. As far as I
can tell all tests call close() on the environment.
--
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]