Zakelly commented on code in PR #26412: URL: https://github.com/apache/flink/pull/26412#discussion_r2030928114
########## docs/content.zh/docs/ops/state/disaggregated_state.md: ########## @@ -150,6 +150,18 @@ state.backend.forst.primary-dir: s3://your-bucket/forst-state checkpoint and fast recovery, since the ForSt will perform file copy between the primary storage location and the checkpoint directory during checkpointing and recovery. +#### ForSt Local Storage Location + +ForSt stores the state of synchronous operators in the local disk by default, to avoid the high Review Comment: ```suggestion By default, ForSt will **ONLY** disaggregate state when asynchronous APIs (State V2) are used. When using synchronous state APIs in Datastream and SQL jobs, ForSt will only serve as **local state store**. Since a job may contain multiple ForSt instances with API mixed usage, synchronous local state access along with asynchronous remote state access could help achieve better overall throughput. If you ....... ``` -- 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