Stephan Ewen created FLINK-4332:
-----------------------------------
Summary: Savepoint Serializer mixed read()/readFully()
Key: FLINK-4332
URL:
https://issues.apache.org/jira/browse/FLINK-4332 Project: Flink
Issue Type: Bug
Components: State Backends, Checkpointing
Affects Versions: 1.1.0
Reporter: Stephan Ewen
Assignee: Stephan Ewen
Priority: Critical
Fix For: 1.2.0, 1.1.1
The {{SavepointV1Serializer}} accidentally used {{InputStream.read(byte[], int, int)}} where it should use {{InputStream.readFully(byte[], int, int)}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)