[
https://issues.apache.org/jira/browse/FLINK-13579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16899918#comment-16899918
]
Till Rohrmann commented on FLINK-13579:
---------------------------------------
The problem is that we always try to update the {{ResourceManager}}
configuration independent whether we are trying to start the active or the
standalone/reactive mode. The update method fails if some configuration
parameters are not set which is the case for the standalone case:
https://github.com/apache/flink/blob/master/flink-runtime/src/main/java/org/apache/flink/runtime/entrypoint/component/AbstractDispatcherResourceManagerComponentFactory.java#L171
> Failed launching standalone cluster due to improper configured irrelevant
> config options for active mode.
> ---------------------------------------------------------------------------------------------------------
>
> Key: FLINK-13579
> URL: https://issues.apache.org/jira/browse/FLINK-13579
> Project: Flink
> Issue Type: Bug
> Components: Runtime / Coordination
> Affects Versions: 1.9.0
> Reporter: Xintong Song
> Assignee: Xintong Song
> Priority: Blocker
> Labels: test-stability
> Fix For: 1.9.0
>
>
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)