rocksdb/java
Adam Retter e503f5e0a0 RocksJava should not limit valid format_version (#7242)
Summary:
Previously RocksJava limited the format_version to 4. However, the C++ API is now at 5, and this will likely increase again in future. The Java API now allows any positive integer, and an exception is raised from JNI if the format_version is out-of-bounds.

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

Reviewed By: cheng-chang

Differential Revision: D23077941

Pulled By: pdillinger

fbshipit-source-id: ee69f7203448acddc41c6d86b470ed987d3d366d
2020-08-13 20:43:28 -07:00
..
benchmark/src/main/java/org/rocksdb/benchmark
crossbuild Automatically number the Maven artifacts (#7219) 2020-08-06 14:13:30 -07:00
jmh
rocksjni Compaction Read/Write Stats by Compaction Type (#7165) 2020-07-29 13:39:29 -07:00
samples/src/main/java
src RocksJava should not limit valid format_version (#7242) 2020-08-13 20:43:28 -07:00
CMakeLists.txt
HISTORY-JAVA.md
jdb_bench.sh
Makefile
pom.xml.template Automatically number the Maven artifacts (#7219) 2020-08-06 14:13:30 -07:00
RELEASE.md