zhuzhurk commented on code in PR #20087:
URL: https://github.com/apache/flink/pull/20087#discussion_r910779628
##########
flink-core/src/main/java/org/apache/flink/configuration/JobManagerOptions.java:
##########
@@ -593,6 +593,40 @@ public enum SchedulerType {
code(SchedulerType.AdaptiveBatch.name()))
.build());
+ @Documentation.Section({
+ Documentation.Sections.EXPERT_SCHEDULING,
+ Documentation.Sections.ALL_JOB_MANAGER
+ })
+ public static final ConfigOption<Boolean> SPECULATIVE_ENABLED =
Review Comment:
I prefer to keep the option name not too long, as long as the we can
identify it is part of speculative execution.
I will rename `BLOCK_SLOW_NODE_DURATION` to
`SPECULATIVE_BLOCK_SLOW_NODE_DURATION`.
--
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]