carp84 commented on a change in pull request #10329: 
[FLINK-12785][StateBackend] RocksDB savepoint recovery can use a lot of 
unmanaged memory
URL: https://github.com/apache/flink/pull/10329#discussion_r353849218
 
 

 ##########
 File path: 
flink-state-backends/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/RocksDBStateBackend.java
 ##########
 @@ -110,6 +112,7 @@
        private static boolean rocksDbInitialized = false;
 
        private static final int UNDEFINED_NUMBER_OF_TRANSFERING_THREADS = -1;
+       private static final long UNDEFINED_BATCH_SIZE = -1;
 
 Review comment:
   UNDEFINED_BATCH_SIZE -> UNDEFINED_WRITE_BATCH_SIZE

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to