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 2017/02/14 21:17:41 UTC

[jira] [Created] (FLINK-5800) Make sure that the CheckpointStreamFactory is instantiated once per operator only

Stephan Ewen created FLINK-5800:
-----------------------------------

             Summary: Make sure that the CheckpointStreamFactory is instantiated once per operator only
                 Key: FLINK-5800
                 URL: https://issues.apache.org/jira/browse/FLINK-5800
             Project: Flink
          Issue Type: Improvement
          Components: State Backends, Checkpointing
    Affects Versions: 1.2.0
            Reporter: Stephan Ewen
            Assignee: Stephan Ewen
             Fix For: 1.3.0, 1.2.1


Previously, the {{CheckpointSteamFactory}} was created once per checkpoint, and its repeated initialization logic (like ensuring existence of the parent directory) caused unnecessary load on some file systems at very large scale.




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)