[
https://issues.apache.org/jira/browse/FLINK-25206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17498972#comment-17498972
]
Fabian Paul commented on FLINK-25206:
-------------------------------------
[~rmetzger] If it is part of a user program I would say this error is expected.
Basically, all changes to the internal config objects (CheckpointConfig,
ExecutionConfig ...) of the StreamExecutionEnvironment result in such failure.
When do you see the error?
> Add config option to disable configurations in the user program
> ---------------------------------------------------------------
>
> Key: FLINK-25206
> URL: https://issues.apache.org/jira/browse/FLINK-25206
> Project: Flink
> Issue Type: New Feature
> Components: Client / Job Submission, Runtime / Coordination
> Affects Versions: 1.15.0
> Reporter: Fabian Paul
> Assignee: Fabian Paul
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.15.0
>
>
> If you run a large number of Flink jobs usually there is a governing entity
> controlling and ensuring the execution of all clusters.
> To ease the control over configurations we want to enable setting a
> configuration that disallows configurations in the user program.
> By default, this is turned off so the normal execution will not be affected.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)