davidradl commented on code in PR #26107:
URL: https://github.com/apache/flink/pull/26107#discussion_r1945025700
##########
flink-state-backends/flink-statebackend-forst/src/main/java/org/apache/flink/state/forst/ForStOptions.java:
##########
@@ -163,7 +173,7 @@ public class ForStOptions {
USE_MANAGED_MEMORY.key(),
FIX_PER_SLOT_MEMORY_SIZE.key()));
/** Choice of timer service implementation. */
- @Documentation.Section(Documentation.Sections.STATE_BACKEND_ROCKSDB)
+ @Documentation.Section(Documentation.Sections.STATE_BACKEND_FORST)
Review Comment:
are we losing the rocksdb information here?
##########
flink-state-backends/flink-statebackend-forst/src/main/java/org/apache/flink/state/forst/ForStOptions.java:
##########
@@ -173,7 +183,7 @@ public class ForStOptions {
"This determines the factory for timer
service state implementation.");
/** The cache size per key-group for ROCKSDB timer service factory
implementation. */
- @Documentation.Section(Documentation.Sections.STATE_BACKEND_ROCKSDB)
Review Comment:
are we losing the rocksdb information here?
--
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]