Commit Graph

8112 Commits (0b0cb6f1a2f71eb4532416a959ebcf682ac9096b)
 

Author SHA1 Message Date
feilongliu 0b0cb6f1a2 Fix segfalut in ~DBWithTTLImpl() when called after Close() (#5485) 5 years ago
Zhongyi Xie 24f73436fb sanitize and limit block_size under 4GB (#5492) 5 years ago
Sagar Vemuri 68614a9608 Fix AlignedBuffer's usage in Encryption Env (#5396) 5 years ago
Jurriaan Mous 5830c619d5 Java: Make the generics of the Options interfaces more strict (#5461) 5 years ago
Vijay Nadimpalli 24b118ad98 Combine the read-ahead logic for user reads and compaction reads (#5431) 5 years ago
Simon Grätzer fe90ed7a70 Replace Corruption with TryAgain status when new tail is not visible to TransactionLogIterator (#5474) 5 years ago
Levi Tamasi 5355e527d9 Make the 'block read count' performance counters consistent (#5484) 5 years ago
haoyuhuang 2e8ad03ab3 Add more stats in the block cache trace analyzer (#5482) 5 years ago
Vaibhav Gogte f46a2a0375 Export Cache::GetCharge (#5476) 5 years ago
Huisheng Liu 92f631da33 replace sprintf with its safe version snprintf (#5475) 5 years ago
Levi Tamasi d0c6aea192 Revert to respecting only the read_tier read option for index blocks (#5481) 5 years ago
Andrew Kryczka 220870523c Fix compilation with USE_HDFS (#5444) 5 years ago
Adam Retter 5dc9fbd117 Update the version of ZStd for the Rocks Java static build 5 years ago
siddontang 4bd0cf541d build on ARM64 (#5450) 5 years ago
Yanqin Jin f287f8dc93 Fix a bug caused by secondary not skipping the beginning of new MANIFEST (#5472) 5 years ago
Zhongyi Xie ddd088c8b9 fix rocksdb lite and clang contrun test failures (#5477) 5 years ago
haoyuhuang bcfc53b436 Block cache tracing: Fix minor bugs with downsampling and some benchmark results. (#5473) 5 years ago
haoyuhuang 2d1dd5bce7 Support computing miss ratio curves using sim_cache. (#5449) 5 years ago
Yanqin Jin 7d8d56413d Override check consistency for DBImplSecondary (#5469) 5 years ago
Zhongyi Xie 671d15cbdd Persistent Stats: persist stats history to disk (#5046) 5 years ago
Maysam Yabandeh ee294c24ed Make db_bloom_filter_test parallel (#5467) 5 years ago
haoyuhuang d43b4cd570 Integrate block cache tracing into db_bench (#5459) 5 years ago
Adam Retter d1ae67bdb9 Switch Travis to Xenial build (#4789) 5 years ago
haoyuhuang 7a8d7358bb Integrate block cache tracer in block based table reader. (#5441) 5 years ago
Sagar Vemuri f1219644ec Validate CF Options when creating a new column family (#5453) 5 years ago
Huisheng Liu b47cfec5d0 fix compilation error on MSVC (#5458) 5 years ago
Maysam Yabandeh 58c78358ef Set executeLocal on child lego jobs (#5456) 5 years ago
haoyuhuang 89695bfbaa Remove unused variable (#5457) 5 years ago
haoyuhuang bb4178066d Integrate block cache tracer into db_impl (#5433) 5 years ago
Levi Tamasi a3b8c76d8e Add missing check before calling PurgeObsoleteFiles in EnableFileDeletions (#5448) 5 years ago
Andrew Kryczka 2c9df9f9e5 Dynamic test whether sync_file_range returns ENOSYS (#5416) 5 years ago
Bin Fan ec8111c5a4 Add Alluxio to USERS.md (#5434) 5 years ago
Patrick Zhang 5c76ba9dc4 Support rocksdbjava aarch64 build and test (#5258) 5 years ago
Maysam Yabandeh 60f3ec2ca5 Fix appveyor compliant about passing const to thread (#5447) 5 years ago
Maysam Yabandeh f9842869cf Disable pipeline writes in stress test (#5445) 5 years ago
Maysam Yabandeh f43edff9ac Disable kPipelinedWrite in MultiThreaded (#5442) 5 years ago
Maysam Yabandeh 4a285d0dd3 Remove passing const variable to thread (#5443) 5 years ago
Maysam Yabandeh 773f914a40 WritePrepared: switch PreparedHeap from priority_queue to deque (#5436) 5 years ago
Manuel Ung ca1aee2a19 WriteUnprepared: commit only from the 2nd queue (#5439) 5 years ago
Levi Tamasi ba64a4cf52 Revert "Reduce iterator key comparison for upper/lower bound check (#5111)" (#5440) 5 years ago
Yanqin Jin 7177dc46a1 Handle missing WAL in secondary mode (#5323) 5 years ago
haoyuhuang 9bbccda01e First commit for block cache trace analyzer (#5425) 5 years ago
sdong 58c4aee42e TransactionUtil::CheckKey() to skip unnecessary history (#4941) 5 years ago
Levi Tamasi a94aef6596 Fix DBTest.DynamicMiscOptions so it passes even with Snappy disabled (#5438) 5 years ago
Maysam Yabandeh c8c1a549f0 Avoid deadlock between mutex_ and log_write_mutex_ (#5437) 5 years ago
Maysam Yabandeh b2584577fa Remove global locks from FlushScheduler (#5372) 5 years ago
Yanqin Jin 641cc8d541 Use CreateLoggerFromOptions function (#5427) 5 years ago
haoyuhuang 5efa0d6b0d Create a BlockCacheLookupContext to enable fine-grained block cache tracing. (#5421) 5 years ago
anand76 63ace8ef0e Reuse data block iterator in BlockBasedTableReader::MultiGet() (#5314) 5 years ago
Yanqin Jin 6ce5580882 Improve memtable earliest seqno assignment for secondary instance (#5413) 5 years ago