You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Zhijiang (Jira)" <ji...@apache.org> on 2020/05/15 07:16:00 UTC

[jira] [Created] (FLINK-17719) Provide ChannelStateReader#hasStates for hints of reading channel states

Zhijiang created FLINK-17719:
--------------------------------

             Summary: Provide ChannelStateReader#hasStates for hints of reading channel states
                 Key: FLINK-17719
                 URL: https://issues.apache.org/jira/browse/FLINK-17719
             Project: Flink
          Issue Type: Sub-task
          Components: Runtime / Checkpointing, Runtime / Task
            Reporter: Zhijiang
            Assignee: Zhijiang


Currently we rely on whether unaligned checkpoint is enabled to determine whether to read recovered states during task startup, then it will block the requirements of recovery from previous unaligned states even though the current mode is aligned.

We can make `ChannelStateReader` provide the hint whether there are any channel states to be read during startup, then we will never lose any chances to recover from them.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)