[
https://issues.apache.org/jira/browse/FLINK-3387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17323730#comment-17323730
]
Flink Jira Bot commented on FLINK-3387:
---------------------------------------
This issue is assigned but has not received an update in 7 days so it has been
labeled "stale-assigned". If you are still working on the issue, please give an
update and remove the label. If you are no longer working on the issue, please
unassign so someone else may work on it. In 7 days the issue will be
automatically unassigned.
> 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: Improvement
> Components: Runtime / State Backends
> Affects Versions: 1.0.0
> Reporter: Stephan Ewen
> Assignee: Subhobrata Dey
> Priority: Major
> Labels: stale-assigned
>
> 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:
> - {{DataInputDeserializer}}
> - {{DataOutputSerializer}}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)