Github user tillrohrmann commented on a diff in the pull request:
https://github.com/apache/flink/pull/1472#discussion_r48155515
--- Diff:
flink-runtime/src/main/scala/org/apache/flink/runtime/jobmanager/JobManager.scala
---
@@ -245,6 +245,8 @@ class JobManager(
// TODO (critical next step) This needs to be more flexible and
robust (e.g. wait for task
// managers etc.)
if (recoveryMode != RecoveryMode.STANDALONE) {
+ log.info(s"Delaying recovery of all jobs for
${delayBetweenRetries} ms.")
--- End diff --
Unnecessary curly brackets. Should be shown as an Intellij warning if
enabled.
---
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.
---