This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a change to branch branch-4.15
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
from f5872c1db6 [Branch-4.15] Fix ReadOnlyLedgerHandle leak issue when
checkAllLedgers (#4470)
new 841d598a5e Make RrocksDB checksum type configurable (#3793)
new 6d4942e7c7 fix[rocksdb]: fix error rocksdb default config for
CFOptions (#4466)
new 4a7e91e8dc Backport: Set default format_version to 2 for RocksDB
databases (#4480)
new 5378d8a443 Ensure that formatVersion is specified for all RocksDB dbs
(#4559)
new fc07993976 Improve locating config files (#4560)
new 5e6e6e373f Fix KeyValueStorageRocksDBTest by cherry-picking missing
bits from #3860
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../bookie/storage/ldb/KeyValueStorageRocksDB.java | 13 ++++--
.../bookkeeper/conf/ServerConfiguration.java | 46 +++++++++++++---------
.../storage/ldb/KeyValueStorageRocksDBTest.java | 27 +++++++++++--
.../src/test/resources/conf/default_rocksdb.conf | 13 ++++--
.../resources/conf/entry_location_rocksdb.conf | 4 +-
.../resources/conf/ledger_metadata_rocksdb.conf | 13 ++++--
.../resources/test_entry_location_rocksdb.conf | 36 ++++++++++++++++-
conf/default_rocksdb.conf.default | 17 ++++++--
conf/entry_location_rocksdb.conf.default | 8 +++-
conf/ledger_metadata_rocksdb.conf.default | 17 ++++++--
10 files changed, 152 insertions(+), 42 deletions(-)