davidradl commented on code in PR #27489:
URL: https://github.com/apache/flink/pull/27489#discussion_r2740754181
##########
docs/content/docs/ops/state/disaggregated_state.md:
##########
@@ -204,4 +204,25 @@ Default is true. Setting this to false will raise the CPU
usage.
- `state.backend.forst.executor.inline-coordinator`: Whether to let task
thread be the coordinator thread.
Default is true. Setting this to false will raise the CPU usage.
+{{< hint info >}}
+`ForStStateBackend` utilizes [ForSt](https://github.com/ververica/ForSt/) as
its underlying database core.
+The current iteration of ForSt is forked from
[frocksdb](https://github.com/ververica/frocksdb),
Review Comment:
I am not sure what the phrase `current iteration`. Using `current `in the
docs means we are likely to get out of date. I suggest being more specific and
detail the release / version of Forst that should be used.
Why do I need to know that this has been forked, does this imply that this
is not good practise - if so what are our plans to address this?
--
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]