This is an automated email from the ASF dual-hosted git repository.
gaborgsomogyi pushed a commit to branch release-1.20
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.20 by this push:
new 55e4fca0b4d [FLINK-36173][docs] Fix invalid link in checkpoint
documentation
55e4fca0b4d is described below
commit 55e4fca0b4de14c51aa05c862e1961ea00d6b536
Author: Gabor Somogyi <[email protected]>
AuthorDate: Fri Aug 30 19:41:23 2024 +0200
[FLINK-36173][docs] Fix invalid link in checkpoint documentation
---
docs/layouts/shortcodes/generated/checkpointing_configuration.html | 2 +-
.../main/java/org/apache/flink/configuration/CheckpointingOptions.java | 2 +-
.../flink/streaming/api/environment/ExecutionCheckpointingOptions.java | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/layouts/shortcodes/generated/checkpointing_configuration.html
b/docs/layouts/shortcodes/generated/checkpointing_configuration.html
index a087b98bb13..1766e2d7589 100644
--- a/docs/layouts/shortcodes/generated/checkpointing_configuration.html
+++ b/docs/layouts/shortcodes/generated/checkpointing_configuration.html
@@ -18,7 +18,7 @@
<td><h5>execution.checkpointing.checkpoints-after-tasks-finish</h5></td>
<td style="word-wrap: break-word;">true</td>
<td>Boolean</td>
- <td>Feature toggle for enabling checkpointing even if some of
tasks have finished. Before you enable it, please take a look at <a
href="{{.Site.BaseURL}}{{.Site.LanguagePrefix}}/docs/dev/datastream/fault-tolerance/checkpointing/#checkpointing-with-parts-of-the-graph-finished-beta">the
important considerations</a> </td>
+ <td>Feature toggle for enabling checkpointing even if some of
tasks have finished. Before you enable it, please take a look at <a
href="{{.Site.BaseURL}}{{.Site.LanguagePrefix}}/docs/dev/datastream/fault-tolerance/checkpointing/#checkpointing-with-parts-of-the-graph-finished">the
important considerations</a> </td>
</tr>
<tr>
<td><h5>execution.checkpointing.cleaner.parallel-mode</h5></td>
diff --git
a/flink-core/src/main/java/org/apache/flink/configuration/CheckpointingOptions.java
b/flink-core/src/main/java/org/apache/flink/configuration/CheckpointingOptions.java
index 9f210388967..f3f47a449ba 100644
---
a/flink-core/src/main/java/org/apache/flink/configuration/CheckpointingOptions.java
+++
b/flink-core/src/main/java/org/apache/flink/configuration/CheckpointingOptions.java
@@ -665,7 +665,7 @@ public class CheckpointingOptions {
"Feature toggle for enabling
checkpointing even if some of tasks"
+ " have finished. Before
you enable it, please take a look at %s ",
link(
-
"{{.Site.BaseURL}}{{.Site.LanguagePrefix}}/docs/dev/datastream/fault-tolerance/checkpointing/#checkpointing-with-parts-of-the-graph-finished-beta",
+
"{{.Site.BaseURL}}{{.Site.LanguagePrefix}}/docs/dev/datastream/fault-tolerance/checkpointing/#checkpointing-with-parts-of-the-graph-finished",
"the important
considerations"))
.build());
diff --git
a/flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/ExecutionCheckpointingOptions.java
b/flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/ExecutionCheckpointingOptions.java
index c7b5676af11..a7a3129aca0 100644
---
a/flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/ExecutionCheckpointingOptions.java
+++
b/flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/ExecutionCheckpointingOptions.java
@@ -334,7 +334,7 @@ public class ExecutionCheckpointingOptions {
"Feature toggle for enabling
checkpointing even if some of tasks"
+ " have finished. Before
you enable it, please take a look at %s ",
link(
-
"{{.Site.BaseURL}}{{.Site.LanguagePrefix}}/docs/dev/datastream/fault-tolerance/checkpointing/#checkpointing-with-parts-of-the-graph-finished-beta",
+
"{{.Site.BaseURL}}{{.Site.LanguagePrefix}}/docs/dev/datastream/fault-tolerance/checkpointing/#checkpointing-with-parts-of-the-graph-finished",
"the important
considerations"))
.build());