Login  Register

[jira] [Created] (FLINK-939) Distribute required JAR files with seperate service

Posted by Shang Yuanchun (Jira) on Jun 15, 2014; 11:11pm
URL: http://deprecated-apache-flink-mailing-list-archive.368.s1.nabble.com/jira-Created-FLINK-939-Distribute-required-JAR-files-with-seperate-service-tp260.html

Ufuk Celebi created FLINK-939:
---------------------------------

             Summary: Distribute required JAR files with seperate service
                 Key: FLINK-939
                 URL: https://issues.apache.org/jira/browse/FLINK-939
             Project: Flink
          Issue Type: Improvement
            Reporter: Ufuk Celebi
            Assignee: Daniel Warneke


Currently, required user JAR files are distributed via the RPC service in {{JobGraph.writeRequiredJarFiles(DataOutput, AbstractJobVertex[])}}. The RPC service then tries to allocate a buffer on the client side heap to write the on-disk JAR, which [can lead to problems|https://github.com/apache/incubator-flink/pull/18].

This should be replaced with a seperate service.



--
This message was sent by Atlassian JIRA
(v6.2#6252)