Commit Graph

11980 Commits (846db9d7b1d03cdce467a75e534e3e5f9aea2425)
 

Author SHA1 Message Date
Peter Dillinger 846db9d7b1 Refactor ClockCache ApplyToEntries (#11609) 1 year ago
Changyu Bi 662a1c99f6 Verify number of keys flushed during DB open (#11611) 1 year ago
akankshamahajan 749b179c04 Remove reallocation of AlignedBuffer in direct_io sync reads if already aligned (#11600) 1 year ago
Peter Dillinger b1b6f87fbe Some small improvements to HyperClockCache (#11601) 1 year ago
leipeng bc0db33483 Optimize about sstableKeyCompare (#11610) 1 year ago
Peter Dillinger c3c84b3397 Refactor (Hyper)ClockCache code for upcoming changes (#11572) 1 year ago
Changyu Bi 854eb76a8c Improve error message when an SST file in MANIFEST is not found (#11573) 1 year ago
weedge 1a7c741977 fix: std::optional value() build error on older macOS SDK (#11574) 1 year ago
Yu Zhang f74526341d Handle file boundaries when timestamps should not be persisted (#11578) 1 year ago
Yu Zhang baf37a0e81 Fix a unit test hole for recovering UDTs with WAL files (#11577) 1 year ago
Changyu Bi 1f410ff95f Make `rocksdb_options_add_compact_on_deletion_collector_factory` backward compatible (#11593) 1 year ago
Changyu Bi df082c8d1d Deprecate option `periodic_compaction_seconds` for FIFO compaction (#11550) 1 year ago
Changyu Bi c53d604f41 `sst_dump --command=verify` should verify block checksums (#11576) 1 year ago
leipeng 25b08eb438 MemTable::Add: first_seqno_.compare_exchange_weak to earliest_seqno_ (#11398) 1 year ago
darionyaphet f4e304f987 Simplify conditional judgment (#11580) 1 year ago
Yu Zhang 15053f3ab4 Logically strip timestamp during flush (#11557) 1 year ago
Griffin Smith bfdc91017c C-API: Expose remaining PlainTableOptions (#11442) 1 year ago
Akanksha Mahajan 5187ac2af3 Add skip_tmpdir_check arg in crash script (#11539) 1 year ago
Jay Schmidek f7aa70a72f Add create_column_families to C api (#9527) 1 year ago
Yelso Honnr 5732cf50e1 Add OpenBSD Support (#11255) 1 year ago
Yingchun Lai 44524cf5da remove duplicate comments in EncryptedEnv (#11549) 1 year ago
JUBIN CHHEDA b14c0b0602 Update secondary_cache_adapter.cc (#11566) 1 year ago
akankshamahajan 94c247bff8 Update HISTORY.md for branch cut for 8.4.fb (#11565) 1 year ago
akankshamahajan ff1cc8a63e Fix extra prefetching when num_file_reads_for_auto_readahead is 1 in async_io (#11560) 1 year ago
Changyu Bi ca50ccc71a Add CreateColumnFamilyWithImport to `StackableDB` and `DBImplReadOnly` (#11556) 1 year ago
akankshamahajan fbd2f563bb Add an interface to provide support for underlying FS to pass their own buffer during reads (#11324) 1 year ago
Yu Zhang fb5748decf Fix crash_test crash (#11554) 1 year ago
Peter Dillinger 05a1d52e77 Use FaultInjectionTestFS in transaction_test, clarify Close() APIs (#11499) 1 year ago
Yu Zhang 7521478b43 Record the `persist_user_defined_timestamps` flag in manifest (#11515) 1 year ago
Peter Dillinger 98c6d7fd80 Internal API for generating semi-random salt (#11331) 1 year ago
Alexandre Lavigne 2926e0718c Add missing parameter in C API (#11542) 1 year ago
Levi Tamasi 022d89549d Attempt to deflake DBWALTestWithEnrichedEnv.SkipDeletedWALs (#11537) 1 year ago
Levi Tamasi b3edb87341 Initialize StressTest::optimistic_txn_db_ in ctor (#11547) 1 year ago
Jay Huh 17d5200504 Stress/Crash Test for OptimisticTransactionDB (#11513) 1 year ago
Hui Xiao 1da9ac2363 Add UT to test BG read qps behavior during upgrade for pr11406 (#11522) 1 year ago
Yu Zhang 66499780b2 Fix error case memory bug in GetHostName() (#11544) 1 year ago
Yu Zhang b421a8c21b Add a ticker to track number of trash files deleted in background thread (#11540) 1 year ago
Changyu Bi bc04ec85db Make option `level_compaction_dynamic_level_bytes` true by default (#11525) 1 year ago
yaphet 253bc91953 Move the status judgment into the block (#11534) 1 year ago
darionyaphet 9f774baaa8 Support Error Recovery Retry Flush in GetFlushReasonString (#11536) 1 year ago
mayue.fight fa878a0107 Support to create a CF by importing multiple non-overlapping CFs (#11378) 1 year ago
Peter Dillinger 70bf5ef093 Avoid destroying default PosixEnv, safely (#11538) 1 year ago
Changyu Bi 15e8a843d9 Do not include last level in compaction when `allow_ingest_behind=true` (#11489) 1 year ago
Andrew Kryczka cac3240cbf add property "rocksdb.obsolete-sst-files-size" (#11533) 1 year ago
Changyu Bi e178f9e477 Fix failed CI job "Check buck targets and code format" (#11532) 1 year ago
Hui Xiao 6041e50eba Fix info_log comment in SSTFileManager (#11530) 1 year ago
Yu Zhang a2a90f8998 Fix typo in twitter link (#11529) 1 year ago
Ignat Loskutov 7c67aee4a0 statistics.cc: fix mistype (#11509) 1 year ago
Ignat Loskutov 05fcacdb42 Add missing stopwatch and perf timer to DBImplReadOnly (#11521) 1 year ago
Yu Zhang 77dda0d9d8 Fix use after move in data block hash index (#11505) 1 year ago