Commit Graph

9008 Commits (244797aa4b2779ce791161b39d1f5f445e291a2e)
 

Author SHA1 Message Date
Tongliang Liao 244797aa4b Add `find_dependency()` in cmake config file. (#6791) 4 years ago
Tongliang Liao 07204837ce Mark dependencies as PRIVATE and fix missing dependencies in tools. (#6790) 4 years ago
sdong 4a4b8a1344 sst_dump to reduce number of file reads (#6836) 4 years ago
Stanislav Tkach 70aaa9ceeb Expose CancellAllBackgroundWork to C api (#6832) 4 years ago
Ziyue Yang c384c08a4f Add tests for compression failure in BlockBasedTableBuilder (#6709) 4 years ago
yetingsky 3f218074ee fix typo (#6831) 4 years ago
Sagar Vemuri 2e9324718a Disable a few timer tests (#6833) 4 years ago
Tongliang Liao f0e8731b72 Use GFlags/Snappy config in CMake, with fallback for legacy approach. (#6771) 4 years ago
Derrick Pallas 3a1c29d40e Add missing my_pid to fprintf in multi_process_example (#6731) 4 years ago
sdong a50ea71c00 Improve ldb consistency checks (#6802) 4 years ago
sdong d9cd33516a Suppress UBSAN warning in CRC32 ARM (#6827) 4 years ago
Yanqin Jin e72e2167fd Fix a few bugs in best-efforts recovery (#6824) 4 years ago
Andrew Kryczka 1c84660457 prototype status check enforcement (#6798) 4 years ago
sdong 12825894a2 Disable "compression_parallel_threads" in crash test for now (#6816) 4 years ago
anand76 94265234de Fix race due to delete triggered compaction in Universal compaction mode (#6799) 4 years ago
Andrew Kryczka 3730b05dc9 Fixup HISTORY.md for e9ba4ba "validate range tombstone covers positiv… (#6825) 4 years ago
anand76 f286fb344b Include options.h in table.h (#6823) 4 years ago
Peter Dillinger b27a1448b6 Fix false NotFound from batched MultiGet with kHashSearch (#6821) 4 years ago
Andrew Kryczka e9ba4ba348 validate range tombstone covers positive range (#6788) 4 years ago
Levi Tamasi ac3ae1df0b Find/purge obsolete blob files (#6807) 4 years ago
Andrew Kryczka 1f20df2f38 cover single level universal in crash test (#6818) 4 years ago
anand76 c1e1185b7a Update release version to 6.10 (#6797) 4 years ago
Levi Tamasi 06c3b85b9a Disallow using the base DB's storage directory as blob_dir in BlobDB (#6810) 4 years ago
Neha Deodhar 53f84470d2 Add YugabyteDB to USERS (#6786) 4 years ago
sdong c21c459771 Slightly expand converage to file consistency check failure (#6800) 4 years ago
mrambacher 394f2bbd13 Add OptionTypeInfo::Enum and related methods (#6423) 4 years ago
Andrew Kryczka a96461d169 fix swallowed error for file deletion consistency check (#6809) 4 years ago
Peter Dillinger 2f1700c8c5 Fix failure to write output in SpecialEnv::GetCurrentTime (#6803) 4 years ago
Cheng Chang 91bc0130fa Refactor level compaction picker (#6804) 4 years ago
Yanqin Jin 5584595f80 Do not swallow error returned from SaveTo() (#6801) 4 years ago
Yanqin Jin 5a61e7864d Fix db_stress when GetLiveFiles() flushes dropped CF (#6805) 4 years ago
Levi Tamasi a00ddf1574 Expose the set of live blob files from Version/VersionSet (#6785) 4 years ago
sdong 680c416348 Avoid Swallowing Some File Consistency Checking Bugs (#6793) 4 years ago
Mian Qin d9e170d82b Fix issues for reproducing synthetic ZippyDB workloads in the FAST20' paper (#6795) 4 years ago
Cheng Chang 211088df6e Remove redundant update of txn_state_ in transaction Prepare (#6778) 4 years ago
Zhichao Cao c8643edfc3 Fix multiple CF replay failure in db_bench replay (#6787) 4 years ago
Yanqin Jin 6acbbbf9fc Add Github Action for some basic sanity test of PR (#6761) 4 years ago
sdong 6504ae0c4e Remove the support of setting CompressionOptions.parallel_threads from string for now (#6782) 4 years ago
Cheng Chang ef0c3eda27 Make users explicitly be aware of prepare before commit (#6775) 4 years ago
sdong 079e50d2ba Disallow BlockBasedTableBuilder to set status from non-OK (#6776) 4 years ago
sdong 6277e28039 Flag CompressionOptions::parallel_threads to be experimental (#6781) 4 years ago
anand76 ab13d43e1d Pass a timeout to FileSystem for random reads (#6751) 4 years ago
Peter Dillinger eecd8fba46 Fix assertion that can fail on sst corruption (#6780) 4 years ago
Levi Tamasi fe238e5438 Keep track of obsolete blob files in VersionSet (#6755) 4 years ago
Adam Retter cf342464ca Add Slack forum to README (#6773) 4 years ago
Ziyue Yang e619a20e93 Add an option for parallel compression in for db_stress (#6722) 4 years ago
Zhichao Cao 8c694025e9 Fix potential size_t overflow in import_column_family (#6762) 4 years ago
anand76 b938e6042b Fix a couple of bugs in FaultInjectionTestFS (#6777) 4 years ago
Peter Dillinger 28fe8e4620 Fix bug in format-diff.sh (#6772) 4 years ago
Derrick Pallas 5272305437 Fix FilterBench when RTTI=0 (#6732) 4 years ago