HuangZhenQiu commented on code in PR #19641:
URL: https://github.com/apache/hudi/pull/19641#discussion_r3839735338
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/configuration/FlinkOptions.java:
##########
@@ -349,6 +349,61 @@ public class FlinkOptions extends HoodieConfig {
.noDefaultValue()
.withDescription("Parallelism of tasks that do the index writing,
default is the parallelism of the execution environment");
+ // ------------------------------------------------------------------------
+ // RLI RocksDB Partitioned Cache Options
+ // ------------------------------------------------------------------------
+
+ @AdvancedConfig
+ public static final ConfigOption<Boolean> INDEX_RLI_CACHE_ROCKSDB_ENABLED =
ConfigOptions
+ .key("index.rli.cache.rocksdb.enabled")
Review Comment:
I feel the existing splitable-map RocksDB fallback is different with the new
proactive partitioned cache, the new flag will supersede and probably could
replace the hardcoded behavior.
--
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]