davidradl commented on code in PR #26020: URL: https://github.com/apache/flink/pull/26020#discussion_r1922288732
########## docs/content/docs/ops/state/state_backends.md: ########## @@ -110,7 +110,7 @@ take a savepoint with the new version, and only after that you can restore it wi ## Configuring a State Backend -The default state backend, if you specify nothing, is the jobmanager. If you wish to establish a different default for all jobs on your cluster, you can do so by defining a new default state backend in [**Flink configuration file**]({{< ref "docs/deployment/config#flink-configuration-file" >}}). The default state backend can be overridden on a per-job basis, as shown below. +The default state backend, if you specify nothing, is the `HashMapStateBackend`. If you wish to establish a different default for all jobs on your cluster, you can do so by defining a new default state backend in [**Flink configuration file**]({{< ref "docs/deployment/config#flink-configuration-file" >}}). The default state backend can be overridden on a per-job basis, as shown below. Review Comment: please could you fix this in the Chinese. It looks like you can just change jobmanager to `HashMapStateBackend` there too. -- 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