You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Yun Gao (Jira)" <ji...@apache.org> on 2021/01/22 03:55:00 UTC

[jira] [Created] (FLINK-21087) StreamTask waits for all the asynchronous step of pending checkpoint to finish

Yun Gao created FLINK-21087:
-------------------------------

             Summary: StreamTask waits for all the asynchronous step of pending checkpoint to finish
                 Key: FLINK-21087
                 URL: https://issues.apache.org/jira/browse/FLINK-21087
             Project: Flink
          Issue Type: Sub-task
          Components: Runtime / Checkpointing
            Reporter: Yun Gao


Currently the snapshot process contains the synchronous and asynchronous steps. When a StreamTask going to finish, there might be some pending checkpoints that are still running their asynchronous step. Currently StreamTask would abort these pending checkpoints since checkpoints after tasks finished are not support, and it need to be changed to StreamTask wait for these pending checkpoint to finish.



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