Commit Graph

9115 Commits (775dc623ad12dc7f9905c215153cdc849fe1f5aa)
 

Author SHA1 Message Date
Andrew Kryczka 775dc623ad add `CompactionFilter` to stress/crash tests (#6988) 4 years ago
Andrew Kryczka 312f23c92d build fixes for GNU/kFreeBSD (#6992) 4 years ago
sdong 223b57eeb8 Fix the bug that compressed cache is disabled in read-only DBs (#6990) 4 years ago
Zitan Chen 94d04529de Store DB identity and DB session ID in SST files (#6983) 4 years ago
Andrew Kryczka 742b452863 update minor version for 6.11 release (#6994) 4 years ago
Yanqin Jin b7bab48099 Fix a bug of overwriting return code (#6989) 4 years ago
Yanqin Jin 9bfd46d0d8 Let best-efforts recovery ignore CURRENT file (#6970) 4 years ago
Levi Tamasi aa8f1331af Fix uninitialized memory read in table_test (#6980) 4 years ago
Zitan Chen 88db97b06d Add a DB Session ID (#6959) 4 years ago
Zhen Li 9c24a5cb4d Fix persistent cache on windows (#6932) 4 years ago
Cheng Chang f7613e2a9e Make it able to lower cpu priority to specific level in threadpool (#6969) 4 years ago
Yanqin Jin 15d9f28da5 Add stress test for best-efforts recovery (#6819) 4 years ago
Levi Tamasi bacd6edcbe Turn HarnessTest in table_test into a parameterized test (#6974) 4 years ago
sdong 7e2ac0c3a0 Reduce test coverage in older VS versions (#6966) 4 years ago
Zhen Li d63f86e506 fix build with 'USE_HDFS' on windows (#6950) 4 years ago
sdong 9810f40075 Circle CI's clang build to really use clang (#6965) 4 years ago
Andrew Kryczka af58d92760 update HISTORY.md for 6.11 release (#6972) 4 years ago
Levi Tamasi 83833637c1 Maintain the set of linked SSTs in BlobFileMetaData (#6945) 4 years ago
Yanqin Jin 717749f4c0 Fail point-in-time WAL recovery upon IOError reading WAL (#6963) 4 years ago
Levi Tamasi d854abad78 Revisit the handling of the case when a file is re-added to the same level (#6939) 4 years ago
Levi Tamasi 722ebba834 Turn DBTest2.CompressionFailures into a parameterized test (#6968) 4 years ago
Zhichao Cao b3585a11b4 Ingest SST files with checksum information (#6891) 4 years ago
Levi Tamasi fbe2d259cb Use a per-thread path for the export directory in import_column_family_test (#6962) 4 years ago
Andrew Kryczka e6be168aa5 save a key comparison in block seeks (#6646) 4 years ago
Andrew Kryczka 02db03af8d make L0 index/filter pinned memory usage predictable (#6911) 4 years ago
Levi Tamasi 5abda3bb8b Move blob_log_{format,reader,writer}.{cc,h} to db/blob/ (#6960) 4 years ago
Peter Dillinger edf74d1cb1 Add --version and --help to ldb and sst_dump (#6951) 4 years ago
sdong 6a8ddd374d Introduce some Linux build to CircleCI (#6937) 4 years ago
anand76 1fb3593f25 Fix a bug in looking up duplicate keys with MultiGet (#6953) 4 years ago
Levi Tamasi f5e649453c Add convenience method GetFileMetaDataByNumber (#6940) 4 years ago
Zitan Chen 119b26fac0 Implement a new subcommand "identify" for sst_dump (#6943) 4 years ago
Zhichao Cao fb08330f74 decouple the dependency of trace_analyzer_test unit test (#6941) 4 years ago
Yanqin Jin 3020df9df5 Remove unnecessary inclusion of version_edit.h in env (#6952) 4 years ago
Levi Tamasi f8c2e5a608 Do not print messages to stderr in VersionBuilder (#6948) 4 years ago
Levi Tamasi 8988f831d8 Fix up a VersionBuilder test case (#6942) 4 years ago
Zhichao Cao f941adef88 Clean up the dead code (#6946) 4 years ago
Zitan Chen 23e446a157 Disable OpenForReadOnly tests in the LITE mode (#6947) 4 years ago
sdong 2e7070b194 Directly use unit test tempalte buck (#6926) 4 years ago
anand76 98b0cbea88 Check iterator status BlockBasedTableReader::VerifyChecksumInBlocks() (#6909) 4 years ago
Cheng Chang 1bee0fca05 Make DestroyDir destroy directories recursively (#6934) 4 years ago
Akanksha Mahajan 2677bd5967 Add logs and stats in DeleteScheduler (#6927) 4 years ago
Peter Dillinger aaece2a98d Fix some defects reported by Coverity Scan (#6933) 4 years ago
Peter Dillinger c7432cc3c0 Fix more defects reported by Coverity Scan (#6935) 4 years ago
Yanqin Jin a8170d774c Close file to avoid file-descriptor leakage (#6936) 4 years ago
sdong 6cbe9d9762 Make StringAppendOperatorTest a parameterized test (#6930) 4 years ago
sdong 31bd2d790e Fix ThreadLocalTest.SequentialReadWriteTest failure when running individually (#6929) 4 years ago
mrambacher e85cbdb4e8 Fix two core dumps when files are missing (#6922) 4 years ago
sdong 0b45a68c59 env_test */RunMany/* tests to run individually (#6931) 4 years ago
Yanqin Jin 2f3261831b Fix a typo (bug) when setting error during Flush (#6928) 4 years ago
Zitan Chen 02df00d97b API change: DB::OpenForReadOnly will not write to the file system unless create_if_missing is true (#6900) 4 years ago