Github user tillrohrmann commented on the issue:
https://github.com/apache/flink/pull/2555
True, the benefit of this is only marginal in the current master. It is
actually part of the `TaskManager` services start up logic in Flip-6. In this
branch, the services will be generated by providing component specific
configurations objects. These objects are generated from the global
configuration and only contain component specific fields. That way, we decouple
components from the global configuration object.
In order to avoid future merge conflicts between Flip-6 and the master
branch, I wanted to merge this specific commit to the master. I should have
stated this earlier.
---
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.
---