1996fanrui commented on code in PR #23795:
URL: https://github.com/apache/flink/pull/23795#discussion_r1404855432


##########
docs/content.zh/docs/dev/datastream/fault-tolerance/checkpointing.md:
##########
@@ -70,7 +70,7 @@ Checkpoint 其他的属性包括:
     该选项不能和 "checkpoints 间的最小时间"同时使用。
     
   - *externalized checkpoints*: 你可以配置周期存储 checkpoint 到外部系统中。Externalized 
checkpoints 将他们的元数据写到持久化存储上并且在 job 失败的时候*不会*被自动删除。
-    这种方式下,如果你的 job 失败,你将会有一个现有的 checkpoint 去恢复。更多的细节请看 [Externalized 
checkpoints 的部署文档]({{< ref "docs/ops/state/checkpoints" 
>}}#externalized-checkpoints)。
+    这种方式下,如果你的 job 失败,你将会有一个现有的 checkpoint 去恢复。更多的细节请看 [保留 checkpoints 
的部署文档]({{< ref "docs/ops/state/checkpoints" >}}#保留-checkpoint)。

Review Comment:
   Hi @JingGe , thanks for your fix!
   
   I see Chinese doc missed some items compared to the English doc[1], would 
you mind adding them together? Such as:
   
   - checkpoint storage
   - unaligned checkpoints:
   - checkpoints with finished tasks:
   
   [1] 
https://nightlies.apache.org/flink/flink-docs-master/docs/dev/datastream/fault-tolerance/checkpointing/#enabling-and-configuring-checkpointing



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to