You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2015/02/12 15:43:11 UTC

[jira] [Created] (FLINK-1535) Use usercode class loader to serialize/deserialize accumulators

Stephan Ewen created FLINK-1535:
-----------------------------------

             Summary: Use usercode class loader to serialize/deserialize accumulators
                 Key: FLINK-1535
                 URL: https://issues.apache.org/jira/browse/FLINK-1535
             Project: Flink
          Issue Type: Bug
          Components: JobManager
    Affects Versions: 0.9
            Reporter: Stephan Ewen
            Assignee: Stephan Ewen
             Fix For: 0.9


Currently, accumulators are transferred via simple Akka Messages. Since the accumulators may be user defined types, we should use the user code class loader for code loading when deserializing them.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)