rocksdb/java/src
myasuka dc00e4b120 Introduce allowStall option for write buffer manager constructor (#9076)
Summary:
https://github.com/facebook/rocksdb/pull/7898 enable write buffer manager to stall write when memory_usage exceeds buffer_size, this is really useful for container running case to limit the memory usage. However, this feature is not visiable for rocksJava yet.

This PR targets to introduce this feature for rocksJava.

Pull Request resolved: https://github.com/facebook/rocksdb/pull/9076

Reviewed By: akankshamahajan15

Differential Revision: D31931092

Pulled By: anand1976

fbshipit-source-id: 5531c16a87598663a02368c07b5e13a503164578
2021-10-26 12:09:54 -07:00
..
main/java/org/rocksdb Introduce allowStall option for write buffer manager constructor (#9076) 2021-10-26 12:09:54 -07:00
test/java/org/rocksdb Introduce allowStall option for write buffer manager constructor (#9076) 2021-10-26 12:09:54 -07:00