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

[jira] [Created] (FLINK-31037) Table Store supports streaming reading a whole snapshot in one checkpoint

Jingsong Lee created FLINK-31037:
------------------------------------

             Summary: Table Store supports streaming reading a whole snapshot in one checkpoint
                 Key: FLINK-31037
                 URL: https://issues.apache.org/jira/browse/FLINK-31037
             Project: Flink
          Issue Type: Improvement
            Reporter: Jingsong Lee
             Fix For: table-store-0.4.0


At present, in the streaming reading of tablestore, the checkpoint may be performed when a snapshot is not read completely, and then a single snapshot may be cut into multiple slices, and the downstream will see the intermediate state.

In some scenarios, this intermediate state is not allowed. We need to support a mode to prohibit this situation.



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