Commit Graph

816 Commits (b864bc9b5ba8394cd1e55c9c57ab65d7de0732c2)

Author SHA1 Message Date
Andrew Kryczka 5d68243e61 Comment out unused variables 6 years ago
Igor Sugak aba3409740 Back out "[codemod] - comment out unused parameters" 6 years ago
David Lai f4a030ce81 - comment out unused parameters 6 years ago
Mike Kolupaev 97307d888f Fix deadlock in ColumnFamilyData::InstallSuperVersion() 6 years ago
Siying Dong ef29d2a234 Explictly fail writes if key or value is not smaller than 4GB 6 years ago
Maysam Yabandeh 813719e952 WritePrepared Txn: Duplicate Keys, Memtable part 7 years ago
Yi Wu 5568aec421 Fix DBTest::SoftLimit TSAN failure 7 years ago
Andrew Kryczka 266d85fbec fix DBTest.AutomaticConflictsWithManualCompaction 7 years ago
Yi Wu dc360df81e Fix multiple build failures 7 years ago
Anand Ananthabhotla d0f1b49ab6 Add a Close() method to DB to return status when closing a db 7 years ago
Andrew Kryczka ba295cda29 replace DBTest.HugeNumbersOfLevel with a more targeted test case 7 years ago
Andrew Kryczka 5a7e08468a fix ThreadStatus for bottom-pri compaction threads 7 years ago
Zhongyi Xie bb5ed4b1d1 exclude DynamicUniversalCompactionOptions from ROCKSDB_LITE 7 years ago
Zhongyi Xie fcc8a6574d Make Universal compaction options dynamic 7 years ago
Andrew Kryczka c4c1f961e7 dynamically change current memtable size 7 years ago
Mikhail Antonov 7fe3b32896 Added support for differential snapshots 7 years ago
Yi Wu 792ef10ca8 Return Status::InvalidArgument if user request sync write while disabling WAL 7 years ago
Sagar Vemuri a02ed12638 Exclude DBTest.DynamicFIFOCompactionOptions test under RocksDB Lite 7 years ago
Sagar Vemuri f0804db7f7 Make FIFO compaction options dynamically configurable 7 years ago
Adrien Schildknecht 01542400a8 Inform caller when rocksdb is stalling writes 7 years ago
Andrew Kryczka 025b85b4ac speedup DBTest.EncodeDecompressedBlockSizeTest 7 years ago
Artem Danilov 8a6708f5f2 Extend property map with compaction stats 7 years ago
Siying Dong 71598cdc75 Fix false removal of tombstone issue in FIFO and kCompactionStyleNone 7 years ago
Aaron G 7848f0b24c add VerifyChecksum() to db.h 7 years ago
Sagar Vemuri ac748c57ed Fix FIFO Compaction with TTL tests 7 years ago
Sagar Vemuri 72502cf227 Revert "comment out unused parameters" 7 years ago
Victor Gao 1d7048c598 comment out unused parameters 7 years ago
Sushma Devendrappa 0655b58582 enable PinnableSlice for RowCache 7 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 7 years ago
Sagar Vemuri 56656e12d6 Temporarily disable FIFOCompactionWithTTLTest 7 years ago
Sagar Vemuri 1cd45cd1b3 FIFO Compaction with TTL 7 years ago
Siying Dong 52a7f38b19 WriteOptions.low_pri which can throttle low pri writes if needed 7 years ago
Siying Dong 95b0e89b5d Improve write buffer manager (and allow the size to be tracked in block cache) 7 years ago
Andrew Kryczka 6cc9aef162 New API for background work in single thread pool 7 years ago
Siying Dong 264d3f540c Allow IntraL0 compaction in FIFO Compaction 7 years ago
Siying Dong d616ebea23 Add GPLv2 as an alternative license. 7 years ago
Siying Dong e15382c09c Disable two flaky tests 7 years ago
Andrew Kryczka f6a27d0bce Extract statistics tests into separate file 7 years ago
Siying Dong d2dce5611a Move some files under util/ to separate dirs 7 years ago
Siying Dong 6ef8c620d3 Move auto_roll_logger and filename out of db/ 7 years ago
Siying Dong 91b5feb37b Fix Windows Build broken by a recent commit 7 years ago
Daniel Black f4fce4751e Fix clang compile error - [-Werror,-Wunused-lambda-capture] 7 years ago
Siying Dong 15950fe3a0 Remove ASSERT_EQ(boolean, ...) 7 years ago
Maysam Yabandeh 11526252cc Pinnableslice (2nd attempt) 7 years ago
Andrew Kryczka f2817fb7f9 avoid ASSERT_EQ(false, ...); 7 years ago
Andrew Kryczka 5b11124e39 add max to histogram stats 7 years ago
Andrew Kryczka 18fc1bc0e0 minor changes for rate limiter test flakiness 7 years ago
Andrew Kryczka 4561275c2d fix rate limiter test flakiness 7 years ago
Andrew Kryczka 7c80a6d7d1 Statistic for how often rate limiter is drained 7 years ago
Siying Dong 8ad0fcdf99 Separate small subset tests in DBTest 7 years ago