You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by lz...@apache.org on 2022/09/20 14:00:58 UTC

[flink-table-store] branch release-0.2 updated: [hotfix] Note execution.checkpointing.mode in write documentation

This is an automated email from the ASF dual-hosted git repository.

lzljs3620320 pushed a commit to branch release-0.2
in repository https://gitbox.apache.org/repos/asf/flink-table-store.git


The following commit(s) were added to refs/heads/release-0.2 by this push:
     new 4775c360 [hotfix] Note execution.checkpointing.mode in write documentation
4775c360 is described below

commit 4775c3600a9d798eece83adf2d34720cb48a4eec
Author: JingsongLi <lz...@aliyun.com>
AuthorDate: Tue Sep 20 22:00:48 2022 +0800

    [hotfix] Note execution.checkpointing.mode in write documentation
---
 docs/content/docs/development/write-table.md | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/docs/content/docs/development/write-table.md b/docs/content/docs/development/write-table.md
index cbb80825..9bbf0e7e 100644
--- a/docs/content/docs/development/write-table.md
+++ b/docs/content/docs/development/write-table.md
@@ -38,11 +38,10 @@ column_list:
 ```
 
 {{< hint info >}}
-__IMPORTANT:__ Checkpointing needs to be enabled when writing to the Table Store in STREAMING mode.
-{{< /hint >}}
-
-{{< hint info >}}
-__IMPORTANT:__ `execution.checkpointing.unaligned` is not supported when writing to the Table Store in STREAMING mode.
+__IMPORTANT:__ 
+- Checkpointing needs to be enabled when writing to the Table Store in STREAMING mode.
+- `execution.checkpointing.unaligned=true` is not supported when writing to the Table Store in STREAMING mode.
+- `execution.checkpointing.mode=AT_LEAST_ONCE` is not supported when writing to the Table Store in STREAMING mode.
 {{< /hint >}}
 
 ## Parallelism