sofastack / sofa-jraft

A production-grade java implementation of RAFT consensus algorithm.
https://www.sofastack.tech/projects/sofa-jraft/
Apache License 2.0
3.56k stars 1.14k forks source link

Motivation: update RocksDB version and remove some @Deprecated method #985

Closed justforxm closed 1 year ago

justforxm commented 1 year ago

Modification:

update RocksDB version to 8.1.1.1 remove some @Deprecated method RocksdDB has removed blockCacheCompressed after 8.1.1.1

Result:

Fixes #982