tillrohrmann commented on a change in pull request #10921: [FLINK-15692][state 
backend] Enable limiting RocksDB memory consumption by default
URL: https://github.com/apache/flink/pull/10921#discussion_r370103547
 
 

 ##########
 File path: 
flink-runtime/src/test/java/org/apache/flink/runtime/state/StateBackendMigrationTestBase.java
 ##########
 @@ -71,12 +74,26 @@
 
        protected abstract B getStateBackend() throws Exception;
 
+       protected abstract long getManagedMemorySize();
 
 Review comment:
   Thanks for the clarification. So to sum it up, it should be ok to configure 
off-heap managed memory for streaming test cases. Moreover, there is no harm in 
giving non-RocksDB test cases a bit of managed memory. If, then this should be 
changed follow-ups. Last but not least, batch test cases will still use on-heap 
managed memory. 

----------------------------------------------------------------
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

Reply via email to