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

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

     [ https://issues.apache.org/jira/browse/FLINK-17719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated FLINK-17719:
-----------------------------------
    Labels: pull-request-available  (was: )

> 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
>            Priority: Major
>              Labels: pull-request-available
>
> 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)