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

Roman Khachatryan updated FLINK-26968:
--------------------------------------
    Description: 
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.

> 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
>            Priority: Major
>             Fix For: 1.16.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.1#820001)

Reply via email to