This is an automated email from the ASF dual-hosted git repository.

snuyanzin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new ed0ae9d54be [hotfix][docs] Fixed a typo in `state_backends.md`
ed0ae9d54be is described below

commit ed0ae9d54be46a55833944641532ab253edc7dfe
Author: Mario Petruccelli <[email protected]>
AuthorDate: Tue Oct 28 14:19:21 2025 +0100

    [hotfix][docs] Fixed a typo in `state_backends.md`
---
 docs/content/docs/ops/state/state_backends.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/docs/ops/state/state_backends.md 
b/docs/content/docs/ops/state/state_backends.md
index 854e649cead..6f04e495882 100644
--- a/docs/content/docs/ops/state/state_backends.md
+++ b/docs/content/docs/ops/state/state_backends.md
@@ -236,7 +236,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 
 delta checkpointed data size of that checkpoint instead of full state size.
 
 ### Memory Management

Reply via email to