Commit Graph

  • 1969815fa8 Remove docs/Gemfile.lock and update github-pages version (#11173) sdong 2023-02-14 12:17:23 -0800
  • c19672c187 Enable crash test to run BlobDB together with user-defined timestamp (#11199) Yu Zhang 2023-02-13 13:40:02 -0800
  • 42d6652ba2 remove dependency on options.h for port_posix.h andport_win.h (#11214) Wentian Guo 2023-02-13 02:21:38 -0800
  • a72f591825 Fix a minor bug in the regression script during assigning value (#11215) akankshamahajan 2023-02-10 10:13:19 -0800
  • ab2157fa6f Extend existing benchmarks seekrandom and multiread to run with async_io (#11170) akankshamahajan 2023-02-09 18:36:53 -0800
  • 3cacd4b4ec Put Cache and CacheWrapper in new public header (#11192) Peter Dillinger 2023-02-09 12:12:02 -0800
  • b7747bbc9f Attempt fix flaky DBWriteTest.LockWALInEffect (#11209) Peter Dillinger 2023-02-09 09:21:55 -0800
  • 34bb3ddc43 Improve SmallEnumSet (#11178) Peter Dillinger 2023-02-08 20:14:57 -0800
  • ee5305fabb Mitigate presumed OOM in CircleCI (#11206) Peter Dillinger 2023-02-08 17:00:46 -0800
  • 77b61abc7b Fix bug in WAL streaming uncompression (#11198) anand76 2023-02-08 12:05:49 -0800
  • 876d281592 Add compaction filter support for wide-column entities (#11196) Levi Tamasi 2023-02-07 16:17:39 -0800
  • 6650ca244e Remove a couple deprecated convenience.h APIs (#11120) Hui Xiao 2023-02-07 14:11:53 -0800
  • b5827c806c Revert to LIB_MODE=static for optimized builds (#11195) Peter Dillinger 2023-02-07 11:26:55 -0800
  • 68fa90ca43 Add kForceOptimized option to jni (#11181) Symious 2023-02-07 10:14:14 -0800
  • 54d72085b5 Fix regression_test.sh for LIB_MODE=shared default (#11194) Peter Dillinger 2023-02-06 19:44:25 -0800
  • 9b66331388 Simplify TEST_F(DBWALTest, FixSyncWalOnObseletedWalWithNewManifestCausingMissingWAL) (#11186) Hui Xiao 2023-02-06 16:10:03 -0800
  • 92e8874654 Fix more CircleCI jobs for LIB_MODE=shared default (#11193) Peter Dillinger 2023-02-06 14:35:15 -0800
  • 4a51900700 CI Benchmarking. Reduce runtime further as overhead appears to have risen. (#11189) Alan Paxton 2023-02-06 11:13:39 -0800
  • 27cf09172c Fix compile gettid on older Linux (#11184) Peter Dillinger 2023-02-03 16:49:54 -0800
  • cf756ed916 Use LIB_MODE=shared build by default with make (#11168) Peter Dillinger 2023-02-03 15:28:52 -0800
  • e17f31057b Support stack traces with gdb (and debugger invocation) (#11150) Peter Dillinger 2023-02-03 13:21:03 -0800
  • 0cf1008fe3 Deprecate write_global_seqno and default to false (#11179) Peter Dillinger 2023-02-03 13:00:04 -0800
  • 390cc0b156 Ensure LockWAL() stall cleared for UnlockWAL() return (#11172) Peter Dillinger 2023-02-03 12:08:37 -0800
  • 63da9cfa26 Return any errors returned by ReadAsync to the MultiGet caller (#11171) anand76 2023-02-02 16:35:27 -0800
  • 701a19cc83 Enable crash test for user-defined timestamp and BlobDB combination (#11163) Yu Zhang 2023-02-02 16:22:32 -0800
  • fec5c8deb8 Remove NUMA setting for benchmark-linux (#11180) changyubi 2023-02-02 15:15:09 -0800
  • 6781009ee8 CI Benchmarking. Small configuration changes based on performance analysis. (#11074) Alan Paxton 2023-02-02 11:11:40 -0800
  • 6af16ac7c1 Update HISTORY.md for #11136 (#11177) Andrew Kryczka 2023-02-02 07:50:55 -0800
  • df680b24ef Clean up InvokeFilterIfNeeded a bit (#11174) Levi Tamasi 2023-02-01 10:03:07 -0800
  • 071c33846d Allow canceling manual compaction while waiting for conflicting compaction (#11165) Andrew Kryczka 2023-01-31 16:57:49 -0800
  • 753d4d5078 Support using GetEntity as a verification method in the non-batched stress tests (#11144) Levi Tamasi 2023-01-31 10:17:48 -0800
  • a82021c3d0 Fix a bug where GetEntity would expose a blob reference (#11162) Levi Tamasi 2023-01-31 09:59:25 -0800
  • 94e3beec77 Cleanup, improve, stress test LockWAL() (#11143) Peter Dillinger 2023-01-30 22:52:30 -0800
  • 36174d89a6 DB Stress to fix a false assertion (#11164) sdong 2023-01-30 19:45:47 -0800
  • 24ac53d81a Use user key on sst file for blob verification for Get and MultiGet (#11105) Yu Zhang 2023-01-30 10:21:21 -0800
  • 79e57a39a3 Move ExternalSSTTestEnv to FileSystemWrapper (#11139) akankshamahajan 2023-01-27 14:51:39 -0800
  • 4720ba4391 Remove RocksDB LITE (#11147) sdong 2023-01-27 13:14:19 -0800
  • 6943ff6e50 Remove deprecated util functions in options_util.h (#11126) Yu Zhang 2023-01-27 11:10:53 -0800
  • 97c1024d3e Include db_stress verification method in failure message (#11133) Andrew Kryczka 2023-01-27 07:45:25 -0800
  • c94c8fcbd4 Remove deprecated FileSystem::Load() (#11122) Changyu Bi 2023-01-26 20:20:58 -0800
  • a1e92bd956 use verify checksum option in block based table reader Open() (#11099) Karim TAAM 2023-01-26 17:38:59 -0800
  • b44cbbf709 Fix GetMergeOperands() returning MergeInProgress (#11136) Andrew Kryczka 2023-01-26 15:11:19 -0800
  • dcf93b7b3e Bump commonmarker from 0.23.6 to 0.23.7 in /docs (#11128) dependabot[bot] 2023-01-26 12:07:52 -0800
  • a6cfdd4eda Fix the HISTORY.md entry related to the removed statistics (#11140) Levi Tamasi 2023-01-26 10:38:45 -0800
  • 986c5b9d4e Migrate TestEnv in listener_test.cc to FileSystemWrapper (#11125) akankshamahajan 2023-01-25 22:42:22 -0800
  • e808858ae0 Remove Stats related to compressed block cache (#11135) sdong 2023-01-25 15:37:50 -0800
  • 6da2e20df3 Remove more obsolete statistics (#11131) Levi Tamasi 2023-01-25 15:14:13 -0800
  • 88edfbfb5e Fix build with gcc 13 by including <cstdint> (#11118) Heiko Becker 2023-01-25 14:30:32 -0800
  • 6a5071ceb5 Support PutEntity in trace analyzer (#11127) Andrew Kryczka 2023-01-25 14:27:02 -0800
  • 546e213c4f Fix DelayWrite() calls for two_write_queues (#11130) Peter Dillinger 2023-01-25 14:18:27 -0800
  • 9afa0f05ad Remove deprecated Env::LoadEnv() (#11121) Peter Dillinger 2023-01-25 12:08:49 -0800
  • 99e559533d Remove some deprecated/obsolete statistics from the API (#11123) Levi Tamasi 2023-01-24 20:56:15 -0800
  • bcbab59c55 Migrate ErrorEnv from EnvWrapper to FileSystemWrapper (#11124) anand76 2023-01-24 17:14:35 -0800
  • 2800aa069a Remove compressed block cache (#11117) sdong 2023-01-24 17:09:19 -0800
  • 4a9185340d A better contract for best_efforts_recovery (#11085) Peter Dillinger 2023-01-24 12:55:03 -0800
  • e0ea0dc6bd Improve documentation for `allow_ingest_behind` (#11119) Changyu Bi 2023-01-24 12:12:19 -0800
  • 86fa2592be Fix data race on `ColumnFamilyData::flush_reason` by letting FlushRequest/Job owns flush_reason instead of CFD (#11111) Hui Xiao 2023-01-24 09:54:04 -0800
  • 7e7548477c Update HISTORY.md/version.h/format compatiblity test for 7.10 release (#11114) Hui Xiao 2023-01-23 13:26:11 -0800
  • b7fbcefda8 Add API to limit blast radius of merge operator failure (#11092) Andrew Kryczka 2023-01-20 14:40:30 -0800
  • bde65052c4 Enhance async scan prefetch unit tests (#11087) akankshamahajan 2023-01-20 10:17:57 -0800
  • f4a5446cab Fix error maybe-uninitialized #11100 (#11101) codeoos 2023-01-19 13:59:48 -0800
  • a5bcbcd8be remove unused InternalIteratorBase::is_mutable_ (#11104) leipeng 2023-01-19 13:28:58 -0800
  • fd911f9655 Upgrade xxhash.h to latest dev (#11098) Peter Dillinger 2023-01-19 12:07:50 -0800
  • e9d6a0d7ce Fix asan failure caused by range tombstone start key use-after-free (#11106) Changyu Bi 2023-01-18 16:38:07 -0800
  • bd4b8d6487 Fix crash in block_cache_trace_analyzer if reference key is null in case of MultiGet (#11042) akankshamahajan 2023-01-18 13:24:37 -0800
  • 4d0f9a995c Consider TTL compaction file cutting earlier to prevent small output file (#11075) Changyu Bi 2023-01-17 16:42:41 -0800
  • 6a82b68788 Avoid counting extra range tombstone compensated size in `AddRangeDels()` (#11091) Changyu Bi 2023-01-17 12:47:44 -0800
  • f515d9d203 Revert #10802 Consider range tombstone in compaction output file cutting (#11089) Changyu Bi 2023-01-13 12:28:21 -0800
  • 3941c34950 db_bench: let -benchmark=compact respect -subcompactions (#11077) leipeng 2023-01-13 11:47:26 -0800
  • 1cfe3528a2 support loongarch64 for rocksdb (#10036) Wenlong Zhang 2023-01-13 08:42:44 -0800
  • a510880346 Add a unit test for async prefetch fix in #11049 (#11084) anand76 2023-01-12 18:09:07 -0800
  • 9f7801c5f1 Major Cache refactoring, CPU efficiency improvement (#10975) Peter Dillinger 2023-01-11 14:20:40 -0800
  • 0a2d3b663a Fix some unit test failure in ExternalSSTFileBasicTest (#11070) Changyu Bi 2023-01-05 12:10:02 -0800
  • ff04fb154b Add C API for ReadOptions::async_io (#11062) Niklas Fiekas 2023-01-04 19:36:43 -0800
  • 4737e1d41b fix shared state used after free (#11059) ehds 2023-01-04 19:35:34 -0800
  • b965a5a80e Add back Options::CompactionOptionsFIFO::allow_compaction to stress/crash test (#11063) Hui Xiao 2023-01-03 11:54:58 -0800
  • f24ef5d6ab Fix BackupEngineTest.ExcludeFiles memory leak (#11066) main Changyu Bi 2022-12-31 10:56:55 -0800
  • 559aaa3577 Add ability to have unit tests for ROCKSDB_PLUGINS (#11052) mrambacher 2022-12-30 16:55:58 -0800
  • 7f71880de9 Fix typo in flushing stats CF (#11055) ywave 2022-12-30 16:55:55 -0800
  • 33aca893c2 add c-api for setting option optimize_filters_for_memory (#11044) HuangYi 2022-12-30 16:53:00 -0800
  • 9502856edd Add missing range conflict check between file ingestion and RefitLevel() (#10988) Hui Xiao 2022-12-29 15:05:36 -0800
  • cc6f323705 Include estimated bytes deleted by range tombstones in compensated file size (#10734) Changyu Bi 2022-12-29 13:28:24 -0800
  • 02f2b20864 Add BackupEngine feature to exclude files (#11030) Peter Dillinger 2022-12-29 10:42:50 -0800
  • bec4264813 Avoid mixing sync and async prefetch (#11050) anand76 2022-12-21 22:42:19 -0800
  • e6b6e74154 Make CompactRange() more aware of SstPartitionerFactory (#11032) Peter Dillinger 2022-12-21 15:41:10 -0800
  • f8969ad7d4 Improve Java API get() performance by reducing copies (#10970) Alan Paxton 2022-12-21 11:54:24 -0800
  • dbf37c290a Fix async prefetch heap use after free (#11049) anand76 2022-12-21 09:15:53 -0800
  • 53b703eafe Fix an assertion failure in `CompactionOutputs::AddRangeDels()` (#11040) Changyu Bi 2022-12-19 16:36:39 -0800
  • ddad943c29 snapshots of FragmentedRangeTombstoneList must in ascending order (#11046) ehds 2022-12-19 15:06:22 -0800
  • 692d6be358 Prevent db_stress failure when io_uring is disabled (#11045) anand76 2022-12-19 11:38:42 -0800
  • c3f720c60d Enable ReadAsync testing and fault injection in db_stress (#11037) anand76 2022-12-15 15:48:50 -0800
  • f02c708aa3 Consider range tombstone in compaction output file cutting (#10802) Changyu Bi 2022-12-15 09:11:54 -0800
  • 1928902a6f ~SleepingBackgroundTask() to wake up the sleeping task (#11036) sdong 2022-12-14 12:06:24 -0800
  • 6a8920f988 JNI native memory leak - release array elements (#10981) Alan Paxton 2022-12-14 10:49:32 -0800
  • c93ba7db5d Revise LockWAL/UnlockWAL implementation (#11020) Yanqin Jin 2022-12-13 21:45:00 -0800
  • 98d5db5c2e Sort L0 files by newly introduced epoch_num (#10922) Hui Xiao 2022-12-13 13:29:37 -0800
  • 9b34c097a1 Fix bug updating latest backup on delete (#11029) Peter Dillinger 2022-12-13 09:42:34 -0800
  • 00238a386b replace sprintf with its safe version snprintf (v2) (#11011) Arvid Lunnemark 2022-12-12 10:39:53 -0800
  • 1078d860a9 Add an unittest for Periodic compaction conflict with ongoing compaction (#10908) Jay Zhuang 2022-12-12 10:37:55 -0800
  • 4d60cbc629 Use VersionBuilder for CF import ordering/validation (#11028) Andrew Kryczka 2022-12-10 15:07:42 -0800