Aljoscha Krettek created FLINK-3760:
---------------------------------------
Summary: 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.1, 1.0.0
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)