summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-06Fixed the swallowed IOStatus in Compaction Job introduced in PR 7718 (#7838)Zhichao Cao
2021-01-06Create a CustomEnv class; Add WinFileSystem; Make LegacyFileSystemWrapper pri...mrambacher
2021-01-04Make StringEnv, StringSink, StringSource use FS classes (#7786)mrambacher
2021-01-04Use mock time for histogram_test (#7799)Jay Zhuang
2021-01-04Verify file checksum generator name (#7824)Andrew Kryczka
2021-01-04Fix typos in comments (#7790)Dylan Wen
2021-01-04Support --hex flag in `ldb file_checksum_dump` (#7820)Andrew Kryczka
2021-01-04Ignore the OnAddFile Status for SSTFileManager (#7826)mrambacher
2021-01-04fix thread status synchronization in thread_list_test (#7825)Andrew Kryczka
2021-01-04Update RocksJava static compression dependencies (#7804)Adam Retter
2021-01-04Eliminate the creation of ImmutableDBOptions in WBWI::GetFromBatch (#6851)mrambacher
2020-12-30Increase the txn lock timeout in stress test (#7823)Cheng Chang
2020-12-30rocksdb_transaction_get_for_update now exports (#6293)jbosh
2020-12-30Attempt to fix build errors around missing compression library includes (#7803)Adam Retter
2020-12-30Return Status from FilePrefetchBuffer::TryReadFromCache() (#7816)anand76
2020-12-28Fix db_bench duration for multireadrandom benchmark (#7817)anand76
2020-12-27Disable BasicLockEscalation if cannot determine whether TSAN is enabled (#7814)cheng-chang
2020-12-26Add rate_limiter to GenerateOneFileChecksum (#7811)Zhichao Cao
2020-12-25fix memory leak in db_stress checkpoint test (#7813)Zhichao Cao
2020-12-23No elide constructors (#7798)mrambacher
2020-12-23Update "num_data_read" stat in RetrieveMultipleBlocks (#7770)Akanksha Mahajan
2020-12-23Skip WALs according to MinLogNumberToKeep when creating checkpoint (#7789)cheng-chang
2020-12-23Update regression_test.sh to run multireadrandom benchmark (#7802)anand76
2020-12-23Remove flaky, redundant, and dubious DBTest.SparseMerge (#7800)Peter Dillinger
2020-12-22Add more tests for assert status checked (#7524)mrambacher
2020-12-22Range Locking: Implementation of range locking (#7506)Sergei Petrunia
2020-12-22Avoid to force PORTABLE mode in tools/regression_test.sh (#7806)sdong
2020-12-22Add more tests to ASSERT_STATUS_CHECKED (4) (#7718)Adam Retter
2020-12-22SyncWAL shouldn't be supported in compacted db (#7788)cheng-chang
2020-12-22Apply the changes from: PS-5501 : Re-license PerconaFT 'locktree' to Apache V...Sergei Petrunia
2020-12-22Minimize Timing Issue in test WALTrashCleanupOnOpen (#7796)sdong
2020-12-22Add tests in ASSERT_STATUS_CHECKED (#7793)Akanksha Mahajan
2020-12-22Migrate away from Travis+Linux+amd64 (#7791)Peter Dillinger
2020-12-21Fix Windows build in block_cache_tracer_test (#7795)Jay Zhuang
2020-12-21Fix block_cache_test failure (#7783)Jay Zhuang
2020-12-19Update release version to 6.16 (#7782)Jay Zhuang
2020-12-19aggregated-table-properties with GetMapProperty (#7779)Peter Dillinger
2020-12-18Track WAL obsoletion when updating empty CF's log number (#7781)Cheng Chang
2020-12-18Fix various small build issues, Java API naming (#7776)Adam Retter
2020-12-18Update code comment for options.ttl (#7775)sdong
2020-12-18Support optimize_filters_for_memory for Ribbon filter (#7774)Peter Dillinger
2020-12-17Inject the random write error to stress test (#7653)Zhichao Cao
2020-12-16Fix clang_analyze error (#7777)Akanksha Mahajan
2020-12-16Fix failing RocksJava test compilation and add CI (#7769)Adam Retter
2020-12-15Do not full scan obsolete files on compaction busy (#7739)Burton Li
2020-12-14Log sst number in Corruption status (#7767)Jay Zhuang
2020-12-14Add initial blob support to batched MultiGet (#7766)Levi Tamasi
2020-12-11Use size_t for filter APIs, protect against overflow (#7726)Peter Dillinger
2020-12-11Update SstFileWriter fuzzer to iterate and check all key-value pairs (#7761)Cheng Chang
2020-12-11Fix memory leak for ColumnFamily drop with live iterator (#7749)Peter Dillinger