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 2016/02/11 14:07:18 UTC

[jira] [Created] (FLINK-3387) Replace all ByteArrayOutputStream and DataOutputStream use in State Backends by DataOutputSerializer

Stephan Ewen created FLINK-3387:
-----------------------------------

             Summary: Replace all ByteArrayOutputStream and DataOutputStream use in State Backends by DataOutputSerializer
                 Key: FLINK-3387
                 URL: https://issues.apache.org/jira/browse/FLINK-3387
             Project: Flink
          Issue Type: Bug
          Components: state backends
    Affects Versions: 1.0.0
            Reporter: Stephan Ewen


Currently, the {{byte[]}} to object conversion and vice versa is always done by creating new byte array streams and Data Input/Output streams. That is pretty wasteful, we can optimize this with Flink's own classes:
  - {{DataInputSerializer}}
  - {{DataOutputSerializer}}



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