[
https://issues.apache.org/jira/browse/FLINK-4332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stephan Ewen resolved FLINK-4332.
---------------------------------
Resolution: Fixed
Fixed in
- 1.2.0 via 3f3bab10b9ca68eb31a7ef5a31e49145b51006fd
- 1.1.1 via 19de8ec01a9ec2b3ac0fdf0052b780f970b9bcd1
> 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)