Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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.
This should be replaced with a seperate service.
Attachments
Issue Links
- relates to
-
FLINK-1025 Improve BLOB Service
- Closed