Github user StephanEwen commented on a diff in the pull request:
https://github.com/apache/flink/pull/3340#discussion_r102993824
--- Diff:
flink-core/src/main/java/org/apache/flink/configuration/ConfigConstants.java ---
@@ -110,7 +110,13 @@
public static final String EXECUTION_RETRY_DELAY_KEY =
"execution-retries.delay";
// -------------------------------- Runtime
-------------------------------
-
+
+ /**
+ * The maximum time job manager defines to wait for task manager
reporting task status, if exceed this duration,
+ * job manager will refuse the reporting.
+ */
+ public static final String JOB_MANAGER_RECONCILE_DURATION =
"jobmanager.reconcile-duration";
--- End diff --
Can we add this to the `JobManagerOptions` instead?
https://github.com/apache/flink/blob/master/flink-runtime/src/main/java/org/apache/flink/runtime/jobmanager/JobManagerOptions.java
---
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.
---