You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2016/12/07 18:53:58 UTC

[jira] [Created] (FLINK-5282) CheckpointStateOutputStream should be closed in finally block in SavepointV0Serializer#convertKeyedBackendState()

Ted Yu created FLINK-5282:
-----------------------------

             Summary: CheckpointStateOutputStream should be closed in finally block in SavepointV0Serializer#convertKeyedBackendState()
                 Key: FLINK-5282
                 URL: https://issues.apache.org/jira/browse/FLINK-5282
             Project: Flink
          Issue Type: Bug
            Reporter: Ted Yu
            Priority: Minor


{code}
      CheckpointStreamFactory.CheckpointStateOutputStream keyedStateOut =
          checkpointStreamFactory.createCheckpointStateOutputStream(checkpointID, 0L);

      final long offset = keyedStateOut.getPos();
{code}
If getPos() throws exception, keyedStateOut would be left unclosed.



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