carp84 commented on a change in pull request #10820:
[FLINK-15512][statebackend] Refactor the mechanism to calculate the cache
capacity shared among RocksDB instance(s)
URL: https://github.com/apache/flink/pull/10820#discussion_r365127924
##########
File path:
flink-state-backends/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/RocksDBOptions.java
##########
@@ -121,7 +121,7 @@
.doubleType()
.defaultValue(0.1)
.withDescription(String.format(
- "The fraction of cache memory that is reserved
for high-priority data like index, filter, and " +
+ "The fraction of total shared memory that is
reserved for high-priority data like index, filter, and " +
Review comment:
Ditto, please revert this change if no rational reason.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services