Commit Graph

8142 Commits (84c5c9aab15896e1c55c3febfa1fac5ed2009069)
 

Author SHA1 Message Date
Sagar Vemuri 84c5c9aab1 Fix a bug in compaction reads causing checksum mismatches and asan errors (#5531) 5 years ago
Andrew Kryczka 09ea5d8944 Fix clang build with jemalloc (#5522) 5 years ago
Andrew Kryczka 0d57d93a06 Support jemalloc compiled with `--with-jemalloc-prefix` (#5521) 5 years ago
Yi Wu 662ce62044 Reduce iterator key comparison for upper/lower bound check (2nd attempt) (#5468) 5 years ago
Zhongyi Xie cfdf2116d3 Exclude StatsHistoryTest.ForceManualFlushStatsCF test from lite mode (#5529) 5 years ago
haoyuhuang 66464d1fde Remove multiple declarations o kMicrosInSecond. 5 years ago
Eli Pozniansky 3e6c185381 Formatting fixes in db_bench_tool (#5525) 5 years ago
Yanqin Jin 1e87f2b68b Ref and unref cfd before and after calling WaitForFlushMemTables (#5513) 5 years ago
Eli Pozniansky f872009237 Fix from some C-style casting (#5524) 5 years ago
haoyuhuang 9f0bd56889 Cache simulator: Refactor the cache simulator so that we can add alternative policies easily (#5517) 5 years ago
Zhongyi Xie 3886dddc3b force flushing stats CF to avoid holding old logs (#5509) 5 years ago
Yanqin Jin c360675750 Add secondary instance to stress test (#5479) 5 years ago
anand76 7259e28d91 MultiGet parallel IO (#5464) 5 years ago
haoyuhuang 68b46a2e36 Block cache tracer: StartTrace return busy if trace is already started. (#5519) 5 years ago
sdong 10bae8ceb3 Add more release versions to tools/check_format_compatible.sh (#5518) 5 years ago
Aaron Gao 5c2f13fb14 add create_column_family and drop_column_family cmd to ldb tool (#5503) 5 years ago
sdong 15fd3be07b LRU Cache to enable mid-point insertion by default (#5508) 5 years ago
Yanqin Jin c08c0ae731 Add C binding for secondary instance (#5505) 5 years ago
haoyuhuang a8975b6245 Block cache tracer: Do not populate block cache trace record when tracing is disabled. (#5510) 5 years ago
Mike Kolupaev 9dbcda9e3b Fix uninitialized prev_block_offset_ in BlockBasedTableReader (#5507) 5 years ago
Mike Kolupaev b4d7209428 Add an option to put first key of each sst block in the index (#5289) 5 years ago
haoyuhuang 554a6456aa Block cache trace analysis: Write time series graphs in csv files (#5490) 5 years ago
Huisheng Liu acb80534ca Fix build jemalloc api (#5470) 5 years ago
Sergei Petrunia e731f44022 C file should not include <cinttypes>, it is a C++ header. (#5499) 5 years ago
Jermy Li c92c58f84d JNI: Do not create 8M block cache for negative blockCacheSize values (#5465) 5 years ago
Adam Retter 68980df89c Also build compression libraries on AppVeyor CI (#5226) 5 years ago
Vijay Nadimpalli 22028aa9ab Compaction Reads should read no more than compaction_readahead_size bytes, when set! (#5498) 5 years ago
Yi Wu 2730fe693e Fix ingested file and direcotry not being sync (#5435) 5 years ago
Yanqin Jin 1bfeffab2d Stop printing after verification fails (#5493) 5 years ago
haoyuhuang 705b8eecb4 Add more callers for table reader. (#5454) 5 years ago
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