Commit Graph

8756 Commits (fdf882ded218344c136c97daf76dfb59e4bc155f)
 

Author SHA1 Message Date
sdong fdf882ded2 Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
Gaurav Singh 4e33f1e1dc simplify user_access_only expression (#6360) 4 years ago
Remington Brasga a993cc3a62 Fixed typo in benchmark.sh (#6434) 4 years ago
Yanqin Jin 5a297516e1 Ignore .vs/.vscode dir used by visual studio/ vscode (#6428) 4 years ago
Andrew Kryczka c6abe30ee3 Fix concurrent full purge and WAL recycling (#5900) 4 years ago
Andrew Kryczka 0f9dcb88b2 Return NotSupported from WriteBatchWithIndex::DeleteRange (#5393) 4 years ago
acelyc111 3a3457575d Fix compile error when LZ4 is up to r123 (#6412) 4 years ago
Manuel Ung dc23c125c3 WriteUnPrepared: Untracked keys (#6404) 4 years ago
Cheng Chang 152f8a8ffe Remove unnecessary computation of index (#6406) 4 years ago
Cheng Chang 4034e289ad Fail fast in paranoid mode when LoadTableHandlers fail during recovering (#6368) 4 years ago
wolfkdy 29e24434fe refine code (#6420) 4 years ago
Manuel Ung 908b1ee64e WriteUnPrepared: Fix assertion during recovery (#6419) 4 years ago
Manuel Ung fb571509a7 WriteUnPrepared: Enable WAL during crash recovery (#6418) 4 years ago
sdong ac8e89a443 Should flush and sync WAL when writing it in DB::Open() (#6417) 4 years ago
Cheng Chang 46516778dd Fix flaky test DecreaseNumBgThreads (#6393) 4 years ago
sdong acfee40af5 Remove IO URING compiler flags (#6415) 4 years ago
Huisheng Liu 5138764eb5 Fix destroydb (#6308) 4 years ago
sdong df3f33dd05 Fix db_bench LITE build recently broken (#6411) 4 years ago
Cheng Chang a676001f95 Revert usage of Defer. (#6410) 4 years ago
sdong 6e97d4de00 By default turn IO Uring off. (#6405) 4 years ago
Burton Li e64508917b db_bench supports for generating random variable sized value. (#6386) 4 years ago
anand76 3e49249d30 Ensure all MultiGet IO errors are propagated to user (#6403) 4 years ago
Tomas Kolda e412a426d6 JNI direct buffer support for basic operations (#2283) 4 years ago
Yanqin Jin 28aa09dcce Pass info_log_level to the inner logger of AutoRollLogger (#6388) 4 years ago
anand76 35ed530d2c Revert "Check KeyContext status in MultiGet (#6387)" (#6401) 4 years ago
Cheng Chang d3ba398bbd Update unit tests for PinnableSlice (#6399) 4 years ago
Cheng Chang dafb568052 Add utility class Defer (#6382) 4 years ago
Levi Tamasi cbf5f3be43 Do not move VersionEdit into AtomicGroupReadBuffer (#6400) 4 years ago
Zhichao Cao 4369f2c7bb Checksum for each SST file and stores in MANIFEST (#6216) 4 years ago
sdong 594e815e32 Make clang analyze happy with options_test (#6398) 4 years ago
sdong b2bc1da561 Try to fix some analysis failures 4 years ago
Yutian Li 2e0159ec9e Add error status for no_slowdown & low priority write (#6396) 4 years ago
Kefu Chai debc4ef18b utilities/env_librados: copy use bufferlist::iterator (#6395) 4 years ago
blackyblack 84b41a6969 Only add gtest target when building with tests (#6377) 4 years ago
anand76 d70011bccc Check KeyContext status in MultiGet (#6387) 4 years ago
Robert Yang 4e457278fa db/write_thread.cc: Initialize state (#6275) 4 years ago
sdong 876c2dbff4 Allow readahead when reading option files. (#6372) 4 years ago
Cheng Chang b42fa1497f Support move semantics for PinnableSlice (#6374) 4 years ago
Chad Austin 25fbdc5a31 Fix Buck build on macOS (#6378) 4 years ago
Levi Tamasi 752c87af78 Clean up VersionEdit a bit (#6383) 4 years ago
Cheng Chang 5f478b9f75 Remove outdated comment (#6379) 4 years ago
Levi Tamasi 1b4be4cac9 BlobDB: ignore trivially moved files when updating the SST<->blob file mapping (#6381) 4 years ago
Cheng Chang 107a7ca930 Remove inappropriate comments (#6371) 4 years ago
Cheng Chang 0a74e1b958 Add status checks during DB::Open (#6380) 4 years ago
Yanqin Jin f361cedf06 Atomic flush rollback once on failure (#6385) 4 years ago
atul c6f75516b7 Fixing the documentation of the function (#4803) 4 years ago
Cheng Chang f5f79f01a2 Be able to read compatible leveldb sst files (#6370) 4 years ago
sdong 24c9dce825 Remove include math.h (#6373) 4 years ago
Mike Kolupaev 1ed7d9b1b5 Avoid lots of calls to Env::GetFileSize() in SstFileManagerImpl when opening DB (#6363) 4 years ago
sdong 3a073234da Consolidate ReadFileToString() (#6366) 4 years ago