You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Stephan Ewen (Jira)" <ji...@apache.org> on 2021/09/10 14:34:00 UTC

[jira] [Created] (FLINK-24255) Test Environment / Mini Cluster do not forward configuration.

Stephan Ewen created FLINK-24255:
------------------------------------

             Summary: Test Environment / Mini Cluster do not forward configuration.
                 Key: FLINK-24255
                 URL: https://issues.apache.org/jira/browse/FLINK-24255
             Project: Flink
          Issue Type: Bug
          Components: Runtime / Coordination
    Affects Versions: 1.13.2
            Reporter: Stephan Ewen
            Assignee: Stephan Ewen
             Fix For: 1.14.0


When using {{StreamExecutionEnvironment getExecutionEnvironment(Configuration)}}, the config should determine the characteristics of the execution.

The config is for example passed to the local environment in the local execution case, and used during the instantiation of the MiniCluster.

But when using the {{TestStreamEnvironment}} and the {{MiniClusterWithClientRule}}, the config is ignored.

The issue is that the {{StreamExecutionEnvironmentFactory}} in {{TestStreamEnvironment}} ignores the config that is passed to it.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)