You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Aljoscha Krettek (JIRA)" <ji...@apache.org> on 2015/05/22 13:33:17 UTC

[jira] [Created] (FLINK-2081) Change order of restore state and open for Streaming Operators

Aljoscha Krettek created FLINK-2081:
---------------------------------------

             Summary: Change order of restore state and open for Streaming Operators
                 Key: FLINK-2081
                 URL: https://issues.apache.org/jira/browse/FLINK-2081
             Project: Flink
          Issue Type: Improvement
          Components: Streaming
    Affects Versions: 0.9
            Reporter: Aljoscha Krettek


Right now, the order is restore state -> open. Users often set internal state in the open method, this would overwrite state that was restored from a checkpoint. If we change the order to open -> restore this should not be a problem anymore.



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