Skip to content

Bump RocksDB to 6.20.3

This PR bumps the RocksDB subtree to the latest release. Our primary motivation is that upstream RocksDB has fixed some critical bugs that cause corruption in checkpoints.

Since I do not have push access to barreldb's RocksDB fork, and because it's impossible to open a merge request targeting a non-existent branch (6.20.3.erl) on your fork, this effort may need to be reproduced independently by a barreldb member. Unlike the last time I tried, this process went smoothly and without any problems.

My fork includes your CMakeList.txt patch and lives at https://gitlab.com/jay.kickliter/rocksdb/-/tree/6.20.3.erl

Merge request reports