Commit Graph

4601 Commits (6b34eb0ebc04403365a2a061c61c00d3429489f1)

Author SHA1 Message Date
Yanqin Jin 09528f9fa1 Fix a bug for SeekForPrev with partitioned filter and prefix (#8137) 3 years ago
Yanqin Jin dd3fbbbf95 Use separate db dir for different tests hoping to remove flakiness (#8147) 3 years ago
Peter Dillinger 0fccc6225e Fix db_test2 parallelism (#8145) 3 years ago
Akanksha Mahajan 689b13e639 Add request_id in IODebugContext. (#8045) 3 years ago
rockeet 5025c7ec09 version_set_test.cc: remove a redundent obj copy (#7880) 3 years ago
Andrew Kryczka c43a37a922 Fix compression dictionary sampling with dedicated range tombstone SSTs (#8141) 3 years ago
darionyaphet a3a943bf63 Merge checks into one (#8138) 3 years ago
Andrew Kryczka 1ba2b8a568 Add sample_for_compression results to table properties (#8139) 3 years ago
Zhichao Cao 335c5a6be5 Fix error_handler_fs_test failure due to statistics (#8136) 3 years ago
sherriiiliu e6534900bd Fix possible hang issue in ~DBImpl() when flush is scheduled in LOW pool (#8125) 3 years ago
Jay Zhuang a037bb35e9 Compaction should not move data to up level (#8116) 3 years ago
anand76 7d7f14480e Always truncate the latest WAL file on DB Open (#8122) 3 years ago
anand76 c5f52714fb Use malloc in rocksdb_transaction_get_snapshot (#8114) 3 years ago
Zhichao Cao 7f27767efa Remove disabled tests (#8123) 3 years ago
Levi Tamasi 303cb23a0f Introduce a ThreadGuard class and use it in ExternalSSTFileTest.PickedLevelBug (#8112) 3 years ago
Zhichao Cao af80a78ba4 Fix flush no wal IO error bug (#8107) 3 years ago
storagezhang 711881bc25 Fix some typos in comments (#8066) 3 years ago
Andrew Kryczka c20a7cd6c7 Apply `sample_for_compression` to all block-based tables (#8105) 3 years ago
Jay Zhuang 45c65d6dcf Use thread-safe `strerror_r()` to get error message (#8087) 3 years ago
Connor f06b761185 Fix unexpected compaction error for compact files (#8024) 3 years ago
Akanksha Mahajan 41e554da2b Fix Race condition in db_sst_test (#8092) 3 years ago
Yanqin Jin 9f7c02dad5 Move compacted_db_impl.[c|h] to db/db_impl (#8082) 3 years ago
storagezhang c8b0842bcd Remove unused variable (#8067) 3 years ago
storagezhang d9be6556aa Include C++ standard library headers instead of C compatibility headers (#8068) 3 years ago
storagezhang c706324208 Add default in switch (#8065) 3 years ago
Zhichao Cao dd0447ae2c Add new Append API with DataVerificationInfo to Env WritableFile (#8071) 3 years ago
Yanqin Jin 7ee41a5d25 Fix a test failure when built with ASSERT_STATUS_CHECKED=1 (#8075) 3 years ago
Zhichao Cao c810947184 Separate handling of WAL Sync io error with SST flush io error (#8049) 3 years ago
Peter Dillinger e7a60d01b2 Revamp WriteController (#8064) 3 years ago
Zhichao Cao 08ec5e7321 Add the statistics and info log for Error handler (#8050) 3 years ago
Akanksha Mahajan 27d57a035e Use SST file manager to track blob files as well (#8037) 3 years ago
Yanqin Jin 0304352882 Fix a bug in key comparison when index type is kBinarySearchWithFirstKey (#8062) 3 years ago
Yanqin Jin 85d4f2c8b3 Move a test file to a better location (#8054) 3 years ago
mrambacher 3dff28cf9b Use SystemClock* instead of std::shared_ptr<SystemClock> in lower level routines (#8033) 3 years ago
Andrew Kryczka b8f40f7f7b Deflake tests of compaction based on compensated file size (#8036) 3 years ago
Levi Tamasi b708b166dc Fix a harmless data race affecting two test cases (#8055) 3 years ago
Peter Dillinger 119dda2195 Instantiate tests DBIteratorTestForPinnedData (#8051) 3 years ago
Yanqin Jin 82b3888433 Enable backward iterator for keys with user-defined timestamp (#8035) 3 years ago
Yanqin Jin 64517d184a Make secondary instance use ManifestTailer (#7998) 3 years ago
qinzuoyan 6fad38ebe8 Fix compile error (#7908) 3 years ago
Ed rodriguez 7381dad1b1 make:Fix c header prototypes (#7994) 3 years ago
Peter Dillinger 0028e3398b Make format_version=5 new default (#8017) 3 years ago
fanrui03 67d72fb5dc Fix checkpoint stuck (#7921) 3 years ago
Andrew Kryczka 0ff0b625a1 Deflake DBTest2.PartitionedIndexUserToInternalKey on ppc64le (#8044) 3 years ago
Levi Tamasi cb25bc1128 Update compaction statistics to include the amount of data read from blob files (#8022) 3 years ago
Yanqin Jin 72d1e258cd Possibly bump NUMBER_OF_RESEEKS_IN_ITERATION (#8015) 3 years ago
Levi Tamasi a46f080cce Break down the amount of data written during flushes/compactions per file type (#8013) 3 years ago
Akanksha Mahajan f19612970d Support retrieving checksums for blob files from the MANIFEST when checkpointing (#8003) 3 years ago
Yanqin Jin c370d8aa12 Remove unused/incorrect fwd declaration (#8002) 3 years ago
Yanqin Jin cef4a6c49f Compaction filter support for (new) BlobDB (#7974) 3 years ago