You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Xintong Song (Jira)" <ji...@apache.org> on 2023/03/23 08:52:16 UTC

[jira] [Updated] (FLINK-26968) Bump CopyOnWriteStateMap entry version before write

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

Xintong Song updated FLINK-26968:
---------------------------------
    Fix Version/s: 1.18.0
                       (was: 1.17.0)

> Bump CopyOnWriteStateMap entry version before write
> ---------------------------------------------------
>
>                 Key: FLINK-26968
>                 URL: https://issues.apache.org/jira/browse/FLINK-26968
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Runtime / State Backends
>            Reporter: Roman Khachatryan
>            Assignee: Roman Khachatryan
>            Priority: Major
>              Labels: pull-request-available, stale-assigned
>             Fix For: 1.18.0
>
>
> CopyOnWriteStateMap copies the entry before returning it to the client
> for update. This also updates its state and entry versions.
> However, if the entry is NOT used by any snapshots, the versions
> will stay the same despite that state is going to be updated.
> With incremental checkpoints, this causes such updated version to
> be ignored in the next snapshot.



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