You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "fanrui (Jira)" <ji...@apache.org> on 2022/10/22 13:36:00 UTC

[jira] [Created] (FLINK-29730) Simplify the ChannelStateWriteRequestDispatcherImpl due to not supported concurrent unaligned checkpoint

fanrui created FLINK-29730:
------------------------------

             Summary: Simplify the ChannelStateWriteRequestDispatcherImpl due to not supported concurrent unaligned checkpoint
                 Key: FLINK-29730
                 URL: https://issues.apache.org/jira/browse/FLINK-29730
             Project: Flink
          Issue Type: Improvement
          Components: Runtime / Checkpointing
    Affects Versions: 1.17.0
            Reporter: fanrui
             Fix For: 1.17.0


The _`Map<Long, ChannelStateCheckpointWriter> writers;`_ can be simplified to {_}`long ongoingCheckpointId{_}` and `{_}ChannelStateCheckpointWriter writer`{_} due to not supported concurrent unaligned checkpoint.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)