tikv / rust-rocksdb

rust wrapper for rocksdb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade RocksDB to 5.18

yiwu-arbug opened this issue · comments

Current rocksdb fork is based on rocksdb 5.15, which is half a year old.

Currently test_set_external_sst_file_global_seq_no is failing. This is because rocksdb introduces ingest_external_file_options.write_global_seqno and default to false. Will set it to true on tikv side for now, and work on turning it on later.

Actually write_global_seqno defaults to true and the test failure can be workaround.

Fix on rocksdb side with facebook/rocksdb#5097

Created tag tikv3.0.0-beta1 with the above fix before it is merged in rocksdb. Updated PR #280.