Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.13.2
Description
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.
Attachments
Issue Links
- links to