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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Shang Yuanchun (Jira)
Andrew Roberts created FLINK-6403:
-------------------------------------

             Summary: 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)