juha-mynttinen-king commented on a change in pull request #13393:
URL: https://github.com/apache/flink/pull/13393#discussion_r496589234
##########
File path:
flink-state-backends/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/RocksDBKeyedStateBackendBuilder.java
##########
@@ -382,7 +388,8 @@ private static void checkAndCreateDirectory(File directory)
throws IOException {
nativeMetricOptions,
metricGroup,
restoreStateHandles,
- ttlCompactFiltersManager);
+ ttlCompactFiltersManager,
+ writeBufferManagerCapacity);
Review comment:
True, better that wau.
##########
File path:
flink-state-backends/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/RocksDBKeyedStateBackendBuilder.java
##########
@@ -382,7 +388,8 @@ private static void checkAndCreateDirectory(File directory)
throws IOException {
nativeMetricOptions,
metricGroup,
restoreStateHandles,
- ttlCompactFiltersManager);
+ ttlCompactFiltersManager,
+ writeBufferManagerCapacity);
Review comment:
True, better that way.
----------------------------------------------------------------
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]