Skip to content

Tags: jebtang/rocksdb

Tags

rocksdb-3.9.1

Toggle rocksdb-3.9.1's commit message
Bump the version to 3.9.1.

rocksdb-3.9

Toggle rocksdb-3.9's commit message
Improve the format in HISTORY.md

rocksdb-3.8

Toggle rocksdb-3.8's commit message
Update HISTORY.md for RocksJava

rocksdb-3.7

Toggle rocksdb-3.7's commit message
Make PartialCompactionFailure Test more robust again.

Summary:
Make PartialCompactionFailure Test more robust again by
blocking background compaction until we simulate the
file creation error.

Test Plan:
export ROCKSDB_TESTS=PartialCompactionFailure
./db_test

Reviewers: sdong, igor, ljin

Reviewed By: ljin

Subscribers: dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D28431

rocksdb-3.6.2

Toggle rocksdb-3.6.2's commit message
dummy var to suppress compiler warning/error

Summary: Revmoed this in D25641, causing compiler complain. put it back

Test Plan: make release

Reviewers: igor, yhchiang, rven, sdong

Reviewed By: sdong

Subscribers: dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D27891

rocksdb-3.6.1

Toggle rocksdb-3.6.1's commit message
Move logging outside of mutex

rocksdb-3.5.1

Toggle rocksdb-3.5.1's commit message
Hotfix RocksDB 3.5

Summary: We'll release this as 3.5.1

Test Plan: Tested in master

Reviewers: tnovak, yhchiang, sdong, ljin

Reviewed By: ljin

Subscribers: leveldb

Differential Revision: https://reviews.facebook.net/D24639

rocksdb-3.5

Toggle rocksdb-3.5's commit message
update HISTORY.md

Summary: as title

Test Plan: no

Reviewers: igor, sdong

Subscribers: leveldb

Differential Revision: https://reviews.facebook.net/D22761

rocksdb-3.4

Toggle rocksdb-3.4's commit message
Update release note of 3.4

Summary: N/A

Test Plan: N/A

Reviewers: yhchiang, ljin

Reviewed By: ljin

Subscribers: dhruba, leveldb, igor

Differential Revision: https://reviews.facebook.net/D22053

rocksdb-3.3

Toggle rocksdb-3.3's commit message
Minor changes to CuckooTableBuilder

Summary:
- Copy the key and value to in-memory hash table during Add operation. Also modified cuckoo_table_reader_test to use this.
- Store only the user_key in in-memory hash table if it is last level file.
- Handle Carryover while chosing unused key in Finish() method in case unused key was never found before Finish() call.

Test Plan:
cuckoo_table_reader_test --enable_perf
cuckoo_table_builder_test
valgrind_check
asan_check

Reviewers: sdong, yhchiang, igor, ljin

Reviewed By: ljin

Subscribers: leveldb

Differential Revision: https://reviews.facebook.net/D20715