You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Aljoscha Krettek (JIRA)" <ji...@apache.org> on 2017/07/11 09:29:00 UTC

[jira] [Closed] (FLINK-6058) Don't read DEFAULT_PARALLELISM from GlobalConfiguration

     [ https://issues.apache.org/jira/browse/FLINK-6058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aljoscha Krettek closed FLINK-6058.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.4.0

Fixed in 4aa2ffcef8edae574ec270631841ef4a0c793dec

> Don't read DEFAULT_PARALLELISM from GlobalConfiguration
> -------------------------------------------------------
>
>                 Key: FLINK-6058
>                 URL: https://issues.apache.org/jira/browse/FLINK-6058
>             Project: Flink
>          Issue Type: Improvement
>          Components: DataStream API
>            Reporter: Aljoscha Krettek
>            Assignee: Fang Yong
>             Fix For: 1.4.0
>
>
> In the constructor of {{StreamContextEnvironment}} we read the {{DEFAULT_PARALLELISM}} from the {{GlobalConfiguration}}. This assumes that the environment variables are correctly set and can lead to problems. We should read the default parallelism in the client and set it in the {{ContextEnvironment}} that it creates. This can then be read by the {{StreamContextEnvironment}}.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)