Libra-JL commented on code in PR #22582:
URL: https://github.com/apache/flink/pull/22582#discussion_r1495794819
##########
docs/layouts/shortcodes/generated/checkpointing_configuration.html:
##########
@@ -12,55 +12,55 @@
<td><h5>state.backend.incremental</h5></td>
<td style="word-wrap: break-word;">false</td>
<td>Boolean</td>
- <td>Option whether the state backend should create incremental
checkpoints, if possible. For an incremental checkpoint, only a diff from the
previous checkpoint is stored, rather than the complete checkpoint state. Once
enabled, the state size shown in web UI or fetched from rest API only
represents the delta checkpoint size instead of full checkpoint size. Some
state backends may not support incremental checkpoints and ignore this
option.</td>
+ <td>选择是否启用 State Backend 创建增量 Checkpoint(如果可能)。对于增量
Checkpoint,只会存储与上一个 Checkpoint 的差异,而不是完整的 Checkpoint State。一旦启用,Web UI 中显示的
State 大小或从 REST API 获取的 State 大小仅表示增量 Checkpoint 大小,而不是完整的 Checkpoint 大小。某些
State Backend 可能不支持增量 Checkpoint 并忽略此选项。</td>
Review Comment:
Thank you for your review. I will make modifications based on your
suggestions. By the way,I see that the impact version pointed out in the issue
on Jira does not exist in the code repository branch, and I am not sure if this
is correct now
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]