You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Greg Hogan (JIRA)" <ji...@apache.org> on 2017/04/27 17:35:04 UTC

[jira] [Closed] (FLINK-6403) constructFlinkClassPath produces nondeterministic classpath

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

Greg Hogan closed FLINK-6403.
-----------------------------
    Resolution: Duplicate

Need to cherry-pick FLINK-6176 into Flink 1.2.

> constructFlinkClassPath produces nondeterministic classpath
> -----------------------------------------------------------
>
>                 Key: FLINK-6403
>                 URL: https://issues.apache.org/jira/browse/FLINK-6403
>             Project: Flink
>          Issue Type: Bug
>          Components: Startup Shell Scripts
>    Affects Versions: 1.2.0
>            Reporter: Andrew Roberts
>            Priority: Critical
>
> In 1.2.0, `config.sh` moved from a shell glob to a find-based approach for constructing the classpath from `/lib` that gets sent to most flink commands, e.g. `start-cluster.sh`. The `find` command does not guarantee an ordering, and we saw issues with flink constructing different classpaths on different machines.
> constructFlinkClassPath should be modified to produce a deterministic classpath.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)