You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Piotr Nowojski (Jira)" <ji...@apache.org> on 2022/11/04 08:14:00 UTC

[jira] [Closed] (FLINK-29730) Do not support concurrent unaligned checkpoints in the ChannelStateWriteRequestDispatcherImpl

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

Piotr Nowojski closed FLINK-29730.
----------------------------------
    Resolution: Fixed

merged commit 00a2580 into apache:master now

> Do not support concurrent unaligned checkpoints in the ChannelStateWriteRequestDispatcherImpl
> ---------------------------------------------------------------------------------------------
>
>                 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: Rui Fan
>            Assignee: Rui Fan
>            Priority: Major
>              Labels: pull-request-available
>             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)