Github user mxm commented on the issue: https://github.com/apache/flink/pull/2257 Thank you for taking the time to revise some parts of the PR! I like the changes. The eventual resource registration has been re-introduced but simplified to only acknowledge the registration of TaskManagers at the JobManager. We could think about moving the acknowledgment of resources after the TaskManager registration at the JobManager. That would guarantee the full startup of the "worker". Actually, thinking about it again, it would break the semantics of the `registeredWorkers` map when the leader changes (because TaskManagers disconnect then). We may just leave it as it is.
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---