Commit Graph

95 Commits (2bc63e3abae384d0da75f1a371eb632a61fe9299)

Author SHA1 Message Date
Peter Dillinger 6ac1d25fd0 Fix+clean up handling of mock sleeps (#7101) 4 years ago
anand76 832b056a30 Enable IO timeouts for iterators (#7161) 4 years ago
Andrew Kryczka a4a4a2dabd dedup ReadOptions in iterator hierarchy (#7210) 4 years ago
mrambacher c7c7b07f06 More Makefile Cleanup (#7097) 4 years ago
Jay Zhuang 00de699096 Replace reinterpret_cast with static_cast_with_check (#7067) 4 years ago
Peter Dillinger 52d59e0c93 Revert "Whole DBTest to skip fsync (#7049)" (#7070) 4 years ago
sdong 4f1534bdb0 Whole DBTest to skip fsync (#7049) 4 years ago
Anand Ananthabhotla 9a5886bd8c Extend Get/MultiGet deadline support to table open (#6982) 4 years ago
Yanqin Jin e66199d848 First step towards handling MANIFEST write error (#6949) 4 years ago
Yanqin Jin 569b87e8c7 Fail recovery when MANIFEST record checksum mismatch (#6996) 4 years ago
Yanqin Jin 9bfd46d0d8 Let best-efforts recovery ignore CURRENT file (#6970) 4 years ago
Zitan Chen 88db97b06d Add a DB Session ID (#6959) 4 years ago
anand76 1fb3593f25 Fix a bug in looking up duplicate keys with MultiGet (#6953) 4 years ago
sdong afa3518839 Revert "Update googletest from 1.8.1 to 1.10.0 (#6808)" (#6923) 4 years ago
Peter Dillinger 43f8a9dcce Some fixes for gcc 4.8 and add to Travis (#6915) 4 years ago
Zhichao Cao 2adb7e3768 Fix potential overflow of unsigned type in for loop (#6902) 4 years ago
Adam Retter 8d87e9cea1 Update googletest from 1.8.1 to 1.10.0 (#6808) 4 years ago
Akanksha Mahajan bcefc59e9f Allow MultiGet users to limit cumulative value size (#6826) 4 years ago
Yanqin Jin e72e2167fd Fix a few bugs in best-efforts recovery (#6824) 4 years ago
Peter Dillinger b27a1448b6 Fix false NotFound from batched MultiGet with kHashSearch (#6821) 4 years ago
Peter Dillinger 2f1700c8c5 Fix failure to write output in SpecialEnv::GetCurrentTime (#6803) 4 years ago
Yanqin Jin 5584595f80 Do not swallow error returned from SaveTo() (#6801) 4 years ago
anand76 ab13d43e1d Pass a timeout to FileSystem for random reads (#6751) 4 years ago
anand76 335ea73e49 Fix a valgrind failure due to DBBasicTestMultiGetDeadline (#6756) 4 years ago
Peter Dillinger 249eff0f30 Stats for redundant insertions into block cache (#6681) 4 years ago
Yanqin Jin e04f3bce4f Update CURRENT file after best-efforts recovery (#6746) 4 years ago
anand76 c1ccd6b6af Implement deadline support for MultiGet (#6710) 4 years ago
Ziyue Yang 03a781a90c Add pipelined & parallel compression optimization (#6262) 4 years ago
Levi Tamasi e6f86cfb36 Revert the recent cache deleter change (#6620) 4 years ago
Levi Tamasi 6301dbe7a7 Use function objects as deleters in the block cache (#6545) 4 years ago
Huisheng Liu a6ce5c823b multiget support for timestamps (#6483) 4 years ago
Zhichao Cao d300d10962 Fix the MultiGet testing failure in Circleci (#6578) 4 years ago
Yanqin Jin 617f479266 Fix LITE build (#6575) 4 years ago
Yanqin Jin fb09ef05dc Attempt to recover from db with missing table files (#6334) 4 years ago
Cheng Chang 402da454cb Migrate AppVeyor to CircleCI (#6518) 4 years ago
Zhichao Cao 5c30e6c088 Separate timestamp related test from db_basic_test (#6516) 4 years ago
sdong 331e6199df Include more information in file lock failure (#6507) 4 years ago
Yanqin Jin d93812c9ae Iterator with timestamp (#6255) 4 years ago
Huisheng Liu 904a60ff63 return timestamp from get (#6409) 4 years ago
sdong fdf882ded2 Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
anand76 3e49249d30 Ensure all MultiGet IO errors are propagated to user (#6403) 4 years ago
anand76 35ed530d2c Revert "Check KeyContext status in MultiGet (#6387)" (#6401) 4 years ago
anand76 d70011bccc Check KeyContext status in MultiGet (#6387) 4 years ago
Yanqin Jin 6a9989381f Fix compilation under LITE (#6277) 5 years ago
Huisheng Liu e5b476f551 Update file indexer to take timestamp into consideration (#6205) 5 years ago
Connor1996 3e26a94ba1 Add oldest snapshot sequence property (#6228) 5 years ago
Zhichao Cao cddd637997 Merge adjacent file block reads in RocksDB MultiGet() and Add uncompressed block to cache (#6089) 5 years ago
sdong a68dff5c35 Apply formatter to some recent commits (#6138) 5 years ago
Ziyue Yang 7e2f831924 Fix wrong ExtractUserKey usage in BlockBasedTableBuilder::EnterUnbuff… (#6100) 5 years ago
anand76 38cc611297 Fix test failure in LITE mode (#6050) 5 years ago