davidradl commented on code in PR #25983:
URL: https://github.com/apache/flink/pull/25983#discussion_r1914830426
##########
docs/content/docs/ops/state/state_backends.md:
##########
@@ -193,7 +193,7 @@ While we encourage the use of incremental checkpoints for
large state, you need
- Setting a default in your [Flink configuration file]({{< ref
"docs/deployment/config#flink-configuration-file" >}}):
`execution.checkpointing.incremental: true` will enable incremental
checkpoints, unless the application overrides this setting in the code.
- You can alternatively configure this directly in the code (overrides the
config default): `EmbeddedRocksDBStateBackend backend = new
EmbeddedRocksDBStateBackend(true);`
-Notice that once incremental checkpoont is enabled, the `Checkpointed Data
Size` showed in web UI only represents the
+Notice that once incremental checkpoint is enabled, the `Checkpointed Data
Size` showed in web UI only represents the
Review Comment:
we should track the chinese change - which on the face of it (from google
translate) says incremental snapshots not checkpoints.
--
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]