tillrohrmann commented on a change in pull request #14593:
URL: https://github.com/apache/flink/pull/14593#discussion_r556387762
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/scheduler/SchedulerTestingUtils.java
##########
@@ -103,12 +105,15 @@
private SchedulerTestingUtils() {}
- public static DefaultSchedulerBuilder newSchedulerBuilder(final JobGraph
jobGraph) {
- return new DefaultSchedulerBuilder(jobGraph);
+ public static DefaultSchedulerBuilder newSchedulerBuilder(
Review comment:
This is true. At the moment I would like to make it explicit that the
user has to choose a concrete `ComponentMainThreadExecutor` to run this
component.
----------------------------------------------------------------
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]