Commit Graph

10478 Commits (e5b34f5867ad5d4b411020a8c7d2f41952b1ba84)
 

Author SHA1 Message Date
myasuka dc00e4b120 Introduce allowStall option for write buffer manager constructor (#9076) 3 years ago
Jonathan Albrecht e970248602 Add support for building on s390x platform (#8962) 3 years ago
Yanqin Jin f72fd58565 Fix atomic flush waiting forever for MANIFEST write (#9034) 3 years ago
sdong 633f069c29 Update Release Version to 6.26 (#9059) 3 years ago
leipeng 0a73ada7b5 remove unused local obj and simpilify comple code (#9052) 3 years ago
leipeng 0c53b41856 db_impl_write.cc: use stats_ instead of immutable_db_options_.stats (#9053) 3 years ago
Andrew Kryczka 4217d1bce7 Support `GetMapProperty()` with "rocksdb.dbstats" (#9057) 3 years ago
sdong c66b4429ff Incremental Space Amp Compactions in Universal Style (#8655) 3 years ago
Zhichao Cao 6d93b87588 Add lowest_used_cache_tier to ImmutableDBOptions to enable or disable Secondary Cache (#9050) 3 years ago
Jay Zhuang f20b07cebb Add "Java API Changes" session in HISTORY (#9055) 3 years ago
sdong f053851af6 Ignore non-overlapping levels when determinig grandparent files (#9051) 3 years ago
Peter Dillinger b234a3f569 Improve data block construction performance (#9040) 3 years ago
Peter Dillinger 0534393fc8 Fix stress/crash test handling of SST unique IDs (#9054) 3 years ago
mrambacher 8fb3fe8d39 Allow unregistered options to be ignored in DBOptions from files (#9045) 3 years ago
Alan Paxton 8d615a2b1d New-style blob option bindings, Java option getter and improve/fix option parsing (#8999) 3 years ago
Peter Dillinger ad5325a736 Experimental support for SST unique IDs (#8990) 3 years ago
anand76 aa21896880 Add property_bag to FileOptions (#9030) 3 years ago
Giuseppe Ottaviano f0841d4faf Fix out-of-bounds access in MultiDBParallelOpenTest (#9046) 3 years ago
Jay Zhuang 314de7e7de Make `DB::Close()` thread-safe (#8970) 3 years ago
Alan Paxton 86cf7266c3 keyMayExist() supports ByteBuffer (#9013) 3 years ago
Jay Zhuang 53a0ab2bea Deflaky ObsoleteFilesTest (#9049) 3 years ago
Jay Zhuang b4326b5273 Fix gcc-11 compile error (#9043) 3 years ago
Peter Dillinger 908a999a72 Fix COMMIT_ID in regression_test.sh (#9047) 3 years ago
Peter Dillinger 9d66d6d13e Two performance improvements in BlockBuilder (#9039) 3 years ago
Peter Dillinger 3ffb3baa0b Add (Live)FileStorageInfo API (#8968) 3 years ago
matthewvon 678ba5e41c SyncPoint::Process thrashes heap ... fix it (#9023) 3 years ago
jsteemann ab6755711b add IsSyncThreadSafe() override to EncryptedWritableFile (#8993) 3 years ago
Levi Tamasi fbb09cf7aa Mention a new BlobDB option in a couple of comments (#9038) 3 years ago
leipeng 97b30dee5b improve-histogram-performance: remove valueIndexMap_ (#8625) 3 years ago
mikael c246c9c6e2 Remove -Wshorten-64-to-32 FreeBSD on aarch64 as it breaks compilation. (#9010) 3 years ago
Ubuntu 140db3c44e Fix rate limit for MixGraph (#9027) 3 years ago
Huachao Huang e5aa7deae1 Fix format script for Ubuntu (#9028) 3 years ago
leipeng 4c277ab201 MergingIterator: rearrange fields to reduce paddings (#9024) 3 years ago
Alan Paxton f5526af8ed Fix multiget throwing NPE for num of keys > 70k (#9012) 3 years ago
Andrew Kryczka ffc48b6cad Update HISTORY.md for #9009 (#9036) 3 years ago
anand76 37418105d0 Set perf_level to kEnableTimeExceptForMutex in regression script (#8031) 3 years ago
Giuseppe Ottaviano 4bfd415e34 Fix sequence number bump logic in multi-CF SST ingestion (#9005) 3 years ago
Levi Tamasi b4e59a48fd Add a benchmarking wrapper script for BlobDB (#9015) 3 years ago
Levi Tamasi 7cc52cd8f5 Update HISTORY for PR 8994 (#9017) 3 years ago
Giuseppe Ottaviano 22d4dc5066 Fix race in WriteBufferManager (#9009) 3 years ago
Yanqin Jin e1139167ae Inline an empty destructor (#9004) 3 years ago
Yanqin Jin 1a79839c59 Some code cleanup (#9003) 3 years ago
Levi Tamasi 3e1bf771a3 Make it possible to force the garbage collection of the oldest blob files (#8994) 3 years ago
Andrew Kryczka a282eff3d1 Protect existing files in `FaultInjectionTest{Env,FS}::ReopenWritableFile()` (#8995) 3 years ago
Andrew Kryczka ee239df351 Initialize cache dumper `DumpUnit` in constructor (#9014) 3 years ago
Hui Xiao 6c3bf83d6f Update HISTORY.md for #8428 (#9001) 3 years ago
anand76 418831cf45 Fix wrong tmp dir name in fbcode stress test lego command (#9000) 3 years ago
Zhichao Cao bcd049cd2d Ingest external SST files with Temperature hints (#8949) 3 years ago
anand76 2f1296ef48 Allow more flexible invocation of fbcode_stress_crash (#8985) 3 years ago
Andrew Kryczka c0ec58ecb9 stop populating unused/invalid MergingIterator heaps (#8975) 3 years ago