Commit Graph

10926 Commits (efd035164b443e0ae552a82ad8b47a8048e652ca)
 

Author SHA1 Message Date
Yanqin Jin bbdaf63d0f Fix a TSAN-reported bug caused by concurrent accesss to std::deque (#9686) 2 years ago
Tomas Kolda 9e05c5e251 NPE in Java_org_rocksdb_ColumnFamilyOptions_setSstPartitionerFactory (#9622) 2 years ago
Yuriy Chernyshov a6a179859e #include <winioctl.h> as MSDN prescribes (#9612) 2 years ago
Jay Zhuang efd767d14a Fix build for io_uring (#9690) 2 years ago
Jay Zhuang 4dff279b19 DisableManualCompaction may fail to cancel an unscheduled task (#9659) 2 years ago
Jay Zhuang 09b0e8f2c7 Fix a timer crash caused by invalid memory management (#9656) 2 years ago
Jay Zhuang 91372328ef Reduce Windows build parallelism number (#9687) 2 years ago
slk 95305c44a1 Add OpenAndTrimHistory API to support trimming data with specified timestamp (#9410) 2 years ago
Baptiste Lemaire e4c87773e1 Reactivate Mempurge feature in crash test. (#9684) 2 years ago
Akanksha Mahajan 8465cccde2 Posix API support for Async Read and Poll APIs (#9578) 2 years ago
Baptiste Lemaire 7bed6595f3 Fix mempurge crash reported in #8958 (#9671) 2 years ago
Andrew Kryczka 062396af15 Avoid popcnt on Windows when unavailable and in portable builds (#9680) 2 years ago
Siddhartha Roychowdhury fec4403ff1 Integrate WAL compression into log reader/writer. (#9642) 2 years ago
Yanqin Jin 565fcead22 Fix clang-analyze by adding assertion (#9682) 2 years ago
Yanqin Jin 3b6dc049f7 Support user-defined timestamps in write-committed txns (#9629) 2 years ago
Hui Xiao ca0ef54f16 Rate-limit automatic WAL flush after each user write (#9607) 2 years ago
Ezgi Çiçek 27d6ef8e60 Rename mutable_cf_options to signify explicity copy (#9666) 2 years ago
GuKaifeng c967436453 remove redundant assignment code for member state (#9665) 2 years ago
Peter Dillinger 4a9ae4f713 Avoid .trash handling race in db_stress Checkpoint (#9673) 2 years ago
Jay Zhuang 36aec94d85 `compression_per_level` should be used for flush and changeable (#9658) 2 years ago
Peter Dillinger 9b8b8b1504 Remove remaining SKIP_LINK=1 in circleci config (#9669) 2 years ago
Yanqin Jin 785b804a9a Update Githubpages version (#9670) 2 years ago
anand76 7574841aac Fix issue #9627 (#9657) 2 years ago
Adam Retter dab19afe56 Fix RocksJava releases for macOS (#9662) 2 years ago
Dmitry Vinnik f20b674796 Adding Social Banner in Support of Ukraine (#9652) 2 years ago
Peter Dillinger ce60d0cbe5 Test refactoring for Backups+Temperatures (#9655) 2 years ago
Hui Xiao fc61e98ae6 Attempt to deflake DBLogicalBlockSizeCacheTest.CreateColumnFamilies (#9516) 2 years ago
Hui Xiao 4a776d81cc Dynamic toggling of BlockBasedTableOptions::detect_filter_construct_corruption (#9654) 2 years ago
anand76 3362a730dc Avoid usage of ReopenWritableFile in db_stress (#9649) 2 years ago
Jay Zhuang 67542bfab5 Improve build speed (#9605) 2 years ago
Yanqin Jin 659a16d52b Fix bug causing incorrect data returned by snapshot read (#9648) 2 years ago
Yuriy Chernyshov 73fd589b1a Do not rely on ADL when invoking std::max_element (#9608) 2 years ago
jingkai.yuan 926ee13811 Fix corruption error when compressing blob data with zlib. (#9572) 2 years ago
Jay Zhuang db8647969d Unschedule manual compaction from thread-pool queue (#9625) 2 years ago
Akanksha Mahajan d74468e348 Update Poll and ReadAsync API in File System (#9623) 2 years ago
Patrick Somaru ff8763c187 regenerate config jsons, reduce noise (#9644) 2 years ago
Patrick Somaru af6cb50bc4 update buckifier for new json format and updated macros (#9643) 2 years ago
sdong 33742c2a9f Remove BlockBasedTableOptions.hash_index_allow_collision (#9454) 2 years ago
Jonathan Albrecht 3edbeeaa50 Reenable s390x platform_dependent travis job (#9631) 2 years ago
dependabot[bot] 9e9e3d16b9 Bump nokogiri from 1.12.5 to 1.13.3 in /docs (#9636) 2 years ago
ehds@qq.com d95e13e9cc typo(clock_cache) fix incomplete message typo (#9638) 2 years ago
Jay Zhuang e3ef41b02f Use released clang-format instead of the one from dev branch (#9646) 2 years ago
Si Ke 06c8afeff5 Fix pointer to jlong conversion in 32 bit OS (#9396) 2 years ago
Adam Retter 7d7e88c7d1 Improve build detect for RISCV (#9366) 2 years ago
Andrew Kryczka 0a89cea5f5 Handle failures in block-based table size/offset approximation (#9615) 2 years ago
stefan-zobel ddb7620a61 Fix trivial Javadoc omissions (#9534) 2 years ago
Andrew Kryczka 9983eecdfb Dedicate cacheline for DB mutex (#9637) 2 years ago
Changneng Chen 9ed96703d1 Add support for BlobDB to ldb (#9630) 2 years ago
Hui Xiao 87a8b3c8af Deflake DBErrorHandlingFSTest.MultiCFWALWriteError (#9496) 2 years ago
Siddhartha Roychowdhury 21345d2823 Streaming Compression API for WAL compression. (#9619) 2 years ago