zentol commented on code in PR #19351:
URL: https://github.com/apache/flink/pull/19351#discussion_r842959738
##########
flink-runtime/src/test/java/org/apache/flink/runtime/taskexecutor/TaskSubmissionTestEnvironment.java:
##########
@@ -112,9 +111,15 @@ private TaskSubmissionTestEnvironment(
taskManagerActionListeners,
@Nullable String metricQueryServiceAddress,
TestingRpcService testingRpcService,
- ShuffleEnvironment<?, ?> shuffleEnvironment)
+ ShuffleEnvironment<?, ?> shuffleEnvironment,
+ ScheduledExecutorService executor)
throws Exception {
+ this.timerService =
+ new DefaultTimerService<>(
+
java.util.concurrent.Executors.newSingleThreadScheduledExecutor(),
Review Comment:
see https://github.com/apache/flink/pull/19351#discussion_r842959149
--
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]