Commit Graph

844 Commits (f0edf9d57554c7726c58cc2c08aa8193f88f3240)

Author SHA1 Message Date
Siying Dong aef763b6d6 Make statistics's stats_level change thread-safe (#5030) 5 years ago
Aubin Sanyal 3231a2e581 Deprecate ttl option from CompactionOptionsFIFO (#4965) 5 years ago
Michael Liu ca89ac2ba9 Apply modernize-use-override (2nd iteration) 5 years ago
Yanqin Jin a69d4deefb Atomic ingest (#4895) 5 years ago
Siying Dong cf3a671733 Remove cuckoo hash memtable (#4953) 5 years ago
Zhongyi Xie 71cae59a99 exclude test CompactFilesShouldTriggerAutoCompaction from ROCKSDB_LITE (#4950) 5 years ago
Jay Zhuang c9a52cbdc8 Fix potential DB hang while using CompactFiles (#4940) 5 years ago
DorianZheng 2670fe8c73 Get `CompactionJobInfo` from CompactFiles 6 years ago
Siying Dong f5c8cf5fed Increase wait time in DBTest.SanitizeNumThreads (#4659) 6 years ago
Yi Wu 859dbda6e3 Fix DBTest.SoftLimit flakyness (#4658) 6 years ago
Sagar Vemuri dc3528077a Update all unique/shared_ptr instances to be qualified with namespace std (#4638) 6 years ago
Zhongyi Xie fce5994603 Add more sync point to fix flaky test GroupCommitTest 6 years ago
Yanqin Jin 5b4c709fad Enable atomic flush (#4023) 6 years ago
Maysam Yabandeh 0afa5b53d7 Disable GroupCommitTest in Appveyor (#4536) 6 years ago
Anand Ananthabhotla 854a4be03f Handle mixed slowdown/no_slowdown writer properly (#4475) 6 years ago
Mikhail Antonov 927f274939 Avoiding write stall caused by manual flushes (#4297) 6 years ago
Sagar Vemuri f3801528c1 Disable DBFlushTest.SyncFail and DBTest.GroupCommitTest on Travis (#4154) 6 years ago
Maysam Yabandeh 8581a93a6b Per-thread unique test db names (#4135) 6 years ago
Zhongyi Xie 408205a36b use user_key and iterate_upper_bound to determine compatibility of bloom filters (#3899) 6 years ago
Zhongyi Xie 795e663df0 option for timing measurement of non-blocking ops during compaction (#4029) 6 years ago
Siying Dong 4dd80debd0 Remove tests from ROCKSDB_VALGRIND_RUN 6 years ago
Andrew Kryczka 7db721b9a6 Avoid sleep in DBTest.GroupCommitTest to fix flakiness 6 years ago
Zhongyi Xie c3ebc75843 Move prefix_extractor to MutableCFOptions 6 years ago
Dmitri Smirnov f92cd2feb4 Introduce and use the option to disable stall notifications structures 6 years ago
David Lai 3be9b36453 comment unused parameters to turn on -Wunused-parameter flag 6 years ago
Maysam Yabandeh 35a4469bbf Fix race condition via concurrent FlushWAL 6 years ago
Niv Dayan da82aab126 allowing CompactFiles to return new file names 6 years ago
Dmitri Smirnov c364eb42b5 Windows cumulative patch 6 years ago
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