You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Aljoscha Krettek (JIRA)" <ji...@apache.org> on 2016/04/14 18:13:25 UTC

[jira] [Resolved] (FLINK-3760) Fix StateDescriptor.readObject

     [ https://issues.apache.org/jira/browse/FLINK-3760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aljoscha Krettek resolved FLINK-3760.
-------------------------------------
    Resolution: Fixed

Fixed in https://github.com/apache/flink/commit/494212b37b64b45cd777cc09fc6d3d3d8fbf5999

Also cherry picked on top of release-1.0 branch for 1.0.2

> Fix StateDescriptor.readObject 
> -------------------------------
>
>                 Key: FLINK-3760
>                 URL: https://issues.apache.org/jira/browse/FLINK-3760
>             Project: Flink
>          Issue Type: Bug
>          Components: Streaming
>    Affects Versions: 1.0.0, 1.0.1
>            Reporter: Aljoscha Krettek
>            Assignee: Aljoscha Krettek
>            Priority: Critical
>             Fix For: 1.0.2
>
>
> The readObject method of StateDescriptor uses uses {{ObjectInputStream.read()}}. For very large serialized default values this will not necessarily read all data in one go. We need a loop that reads it in several steps.



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