klion26 commented on code in PR #28094: URL: https://github.com/apache/flink/pull/28094#discussion_r3208372596
########## docs/content.zh/docs/ops/state/state_backends.md: ########## @@ -58,8 +58,8 @@ Flink 内置了以下这些开箱即用的 state backends : HashMapStateBackend 的适用场景: - - 有较大 state,较长 window 和较大 key/value 状态的 Job。 - - 所有的高可用场景。 + - 状态可以完全放入 TaskManager JVM 堆内存的 Job,需要快速的、基于内存的状态访问。 Review Comment: nit: `需要快速的、基于内存的状态访问` -> `需要快速、基于内存的状态访问` -- 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]
