You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2016/08/08 17:16:20 UTC

[jira] [Created] (FLINK-4332) Savepoint Serializer mixed read()/readFully()

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)