Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/3772#discussion_r113272506
--- Diff:
flink-core/src/main/java/org/apache/flink/configuration/JobManagerOptions.java
---
@@ -72,6 +72,13 @@
.defaultValue(16)
.withDeprecatedKeys("job-manager.max-attempts-history-size");
+ /**
+ * The maximum number of prior execution attempts kept in history.
+ */
+ public static final ConfigOption<String> EXECUTION_FAILOVER_STRATEGY =
+ key("jobmanager.execution.failover-strategy")
+ .defaultValue("full");
--- End diff --
have we ever considered defining a set of valid values directly in the
config option?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---