This is an automated email from the ASF dual-hosted git repository. roman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
commit 52eb7e76b5d66ff5c4d9d4af8a213b5b8f9f8322 Author: fredia <fredia...@gmail.com> AuthorDate: Mon Aug 8 23:45:45 2022 +0800 [FLINK-27693][docs] Remove local recovery from the Limitations of changelog --- docs/content.zh/docs/ops/state/state_backends.md | 2 -- docs/content/docs/ops/state/state_backends.md | 2 -- 2 files changed, 4 deletions(-) diff --git a/docs/content.zh/docs/ops/state/state_backends.md b/docs/content.zh/docs/ops/state/state_backends.md index 01080f7efad..29606369f34 100644 --- a/docs/content.zh/docs/ops/state/state_backends.md +++ b/docs/content.zh/docs/ops/state/state_backends.md @@ -406,7 +406,6 @@ dstl.dfs.base-path: s3://<bucket-name> # 类似于 state.checkpoints.dir 请将如下配置保持默认值 (参见[限制](#limitations)): ```yaml execution.checkpointing.max-concurrent-checkpoints: 1 -state.backend.local-recovery: false ``` 有关其他配置选项,请参阅[配置]({{< ref "docs/deployment/config#state-changelog-options" >}})部分。 @@ -465,7 +464,6 @@ env.enable_changelog_statebackend(true) ### 限制 - 最多同时创建一个 checkpoint -- 本地恢复暂不支持 - 到 Flink 1.15 为止, 只有 `filesystem` changelog 实现可用 - 尚不支持 [NO_CLAIM]({{< ref "docs/deployment/config#execution-savepoint-restore-mode" >}}) 模式 diff --git a/docs/content/docs/ops/state/state_backends.md b/docs/content/docs/ops/state/state_backends.md index 16d3b8f4515..9835c9fe52a 100644 --- a/docs/content/docs/ops/state/state_backends.md +++ b/docs/content/docs/ops/state/state_backends.md @@ -407,7 +407,6 @@ dstl.dfs.base-path: s3://<bucket-name> # similar to state.checkpoints.dir Please keep the following defaults (see [limitations](#limitations)): ```yaml execution.checkpointing.max-concurrent-checkpoints: 1 -state.backend.local-recovery: false ``` Please refer to the [configuration section]({{< ref "docs/deployment/config#state-changelog-options" >}}) for other options. @@ -460,7 +459,6 @@ Resuming from both savepoints and checkpoints is supported: ### Limitations - At most one concurrent checkpoint - - Local recovery not supported - As of Flink 1.15, only `filesystem` changelog implementation is available - [NO_CLAIM]({{< ref "docs/deployment/config#execution-savepoint-restore-mode" >}}) mode not supported