tzulitai commented on a change in pull request #91: [FLINK-16927][core]
Fallback to the legacy scheduler.
URL: https://github.com/apache/flink-statefun/pull/91#discussion_r402232495
##########
File path:
statefun-flink/statefun-flink-harness/src/main/java/org/apache/flink/statefun/flink/harness/Harness.java
##########
@@ -167,5 +168,6 @@ private static void
configureStrictlyRequiredFlinkConfigs(Configuration flinkCon
flinkConfig.set(
ExecutionCheckpointingOptions.MAX_CONCURRENT_CHECKPOINTS,
StatefulFunctionsConfigValidator.MAX_CONCURRENT_CHECKPOINTS);
+ flinkConfig.set(JobManagerOptions.SCHEDULER, "legacy");
Review comment:
```suggestion
flinkConfig.set(JobManagerOptions.SCHEDULER,
SchedulerNGFactoryFactory.SCHEDULER_TYPE_LEGACY);
```
----------------------------------------------------------------
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]
With regards,
Apache Git Services