[
https://issues.apache.org/jira/browse/FLINK-26453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17502116#comment-17502116
]
Fabian Paul commented on FLINK-26453:
-------------------------------------
Merged in master: 47c599cc95b305c5ae6db5a50f15cfef0a9755d0
> execution.allow-client-job-configurations not checked for executeAsync
> ----------------------------------------------------------------------
>
> Key: FLINK-26453
> URL: https://issues.apache.org/jira/browse/FLINK-26453
> Project: Flink
> Issue Type: Bug
> Components: API / DataStream
> Affects Versions: 1.15.0
> Reporter: Marios Trivyzas
> Assignee: Fabian Paul
> Priority: Blocker
> Labels: pull-request-available
> Fix For: 1.15.0
>
>
> * *checkNotAllowedConfigurations()* should be called by
> *StreamContextEnvironment#executeAsync()*
> * Description of the *DeploymentOption* should be more clear, and it's not
> only checked by application mode.
> * When using a config option which is the same as the one in the environment
> *(flink-conf.yaml + CLI options)* we still throw an exception, and we also
> throwing the exception even if the option is not in the environment, but it's
> the default value of the option anyway. Should we check for those cases, or
> should we at least document them and say explicitly that no config option is
> allowed to be set, if the *execution.allow-client-job-configurations* is set
> to {*}false{*}?
>
>
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)