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

[jira] [Comment Edited] (FLINK-29913) Shared state would be discarded by mistake when maxConcurrentCheckpoint>1

    [ https://issues.apache.org/jira/browse/FLINK-29913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17629771#comment-17629771 ] 

Yanfei Lei edited comment on FLINK-29913 at 11/7/22 11:53 AM:
--------------------------------------------------------------

[~klion26] Since maxConcurrentCheckpoint>1 &&MAX_RETAINED_CHECKPOINTS>1  are less frequently used, I set the priority to Minor.
Under the current checkpoint registration and deletion mechanism, I think this bug will take a while to fix, I'd like to fix this problem after discussion.


was (Author: yanfei lei):
[~klion26] Since maxConcurrentCheckpoint>1 && MAX_CONCURRENT_CHECKPOINTS>1  are less frequently used, I set the priority to Minor.
Under the current checkpoint registration and deletion mechanism, I think this bug will take a while to fix, I'd like to fix this problem after discussion.

> Shared state would be discarded by mistake when maxConcurrentCheckpoint>1
> -------------------------------------------------------------------------
>
>                 Key: FLINK-29913
>                 URL: https://issues.apache.org/jira/browse/FLINK-29913
>             Project: Flink
>          Issue Type: Bug
>          Components: Runtime / Checkpointing
>    Affects Versions: 1.15.0, 1.16.0
>            Reporter: Yanfei Lei
>            Priority: Minor
>
> When maxConcurrentCheckpoint>1, the shared state of Incremental rocksdb state backend would be discarded by registering the same name handle. See [https://github.com/apache/flink/pull/21050#discussion_r1011061072]



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