Zakelly commented on code in PR #26253: URL: https://github.com/apache/flink/pull/26253#discussion_r1982638373
########## docs/layouts/shortcodes/generated/forst_configuration.html: ########## @@ -30,7 +30,7 @@ <td><h5>state.backend.forst.cache.reserve-size</h5></td> <td style="word-wrap: break-word;">256 mb</td> <td>MemorySize</td> - <td>The reserved size of cache, when set to a positive number. Meaning that the cache will reserve the specified size of disk space. This option and the 'state.backend.forst.cache.size-based-limit' option can be set simultaneously, the smaller cache limit will be used as the upper limit. The default value is '256 mb', meaning the disk will be reserved that much and remaining of which can be used for cache.</td> + <td>The reserved size of cache, when set to a positive number. Meaning that the cache will reserve the specified size of disk space. This option and the 'state.backend.forst.cache.size-based-limit' option can be set simultaneously, the smaller cache limit will be used as the upper limit. If the specified file system of cache directory does not support reading the remaining space, the cache will not be able to reserve the specified space. Thus this option will be ignored. The default value is '256 mb', meaning the disk will be reserved that much and remaining of which can be used for cache.</td> Review Comment: I rewrite this part. And there is a doc that introduces the cache, please read: https://nightlies.apache.org/flink/flink-docs-master/docs/ops/state/disaggregated_state/#forst-file-cache -- 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