Commit Graph

468 Commits (9fd6edf81c82cf200389b2cd4a9d25cf906b5083)

Author SHA1 Message Date
Igor Sugak 9fd6edf81c rocksdb: Replace ASSERT* with EXPECT* in functions that does not return void value 10 years ago
Venkatesh Radhakrishnan b2b3086524 Speed up rocksDB close call. 10 years ago
Yueh-Hsuan Chiang 12134139e3 Fixed the unit-test issue in PreShutdownCompactionMiddle 10 years ago
Yueh-Hsuan Chiang fd1b3f385a Fix the issue in PreShutdownMultipleCompaction 10 years ago
Venkatesh Radhakrishnan e25ff039c8 Prevent slowdowns and stalls in PreShutdown tests 10 years ago
Yueh-Hsuan Chiang c1b3cde18a Improve the robustness of ThreadStatusSingleCompaction 10 years ago
Yueh-Hsuan Chiang 8c12426c93 Fix the deadlock issue in ThreadStatusSingleCompaction. 10 years ago
sdong b16ead531d DBTest.DynamicLevelCompressionPerLevel should not run without snappy support 10 years ago
Yueh-Hsuan Chiang a5e60bafc2 Fix a typo / test failure in ThreadStatusSingleCompaction 10 years ago
Igor Canadi cb2c91850c Don't run some tests is snappy is not present 10 years ago
Yueh-Hsuan Chiang c594b0e89d Allow GetThreadList() to report operation stage. 10 years ago
Venkatesh Radhakrishnan b411d06031 Prevent stalls in preshutdown tests 10 years ago
sdong e9de8b65a6 Change the way options.compression_per_level is used when options.level_compaction_dynamic_level_bytes=true 10 years ago
Venkatesh Radhakrishnan 284be570c8 Provide a mechanism to inform Rocksdb that it is shutting down 10 years ago
Igor Canadi 2ddf53b2ca Get OptimizeFilterForHits work on Mac 10 years ago
Igor Canadi db03739340 options.level_compaction_dynamic_level_bytes to allow RocksDB to pick size bases of levels dynamically. 10 years ago
Sameet Agarwal e7c434c364 Add columnfamily option optimize_filters_for_hits to optimize for key hits only 10 years ago
Igor Sugak 62247ffa3b rocksdb: Add missing override 10 years ago
Jinfu Leng 96d989f70d catch config errors with L0 file count triggers 10 years ago
sdong d45a6a4002 Add rocksdb.num-live-versions: number of live versions 10 years ago
Venkatesh Radhakrishnan 7d817268b9 Managed iterator 10 years ago
Yueh-Hsuan Chiang 12753130ec Remove ThreadStatusMultiCompaction test 10 years ago
Yueh-Hsuan Chiang e60bc99fe0 Allow GetThreadList to reflect flush activity. 10 years ago
Igor Canadi e7ea51a8e7 Introduce job_id for flush and compaction 10 years ago
sdong 5f00af4570 DBTest.DestroyDBMetaDatabase: create DB directories if not exists 10 years ago
sdong 68af7811ea Remember whole key/prefix filtering on/off in SST file 10 years ago
Igor Canadi 863009b5a5 Fix deleting obsolete files #2 10 years ago
Grace Law 1851f977c2 Added RocksDB stats GET_HIT_L0 and GET_HIT_L1 10 years ago
Igor Canadi 2a979822b6 Fix deleting obsolete files 10 years ago
Igor Canadi 6f10130354 Fix DestroyDB 10 years ago
Igor Canadi 7de4e99a8e Revert "Fix wal_dir not getting cleaned" 10 years ago
Yueh-Hsuan Chiang 181191a1e4 Add a counter for collecting the wait time on db mutex. 10 years ago
Igor Canadi f36d394aed Fix wal_dir not getting cleaned 10 years ago
sdong 53ae09c398 db_test: fix a data race in SpecialEnv 10 years ago
sdong e63140d52b Get() to use prefix bloom filter when filter is not block based 10 years ago
Venkatesh Radhakrishnan dad98dd4ae Changes for supporting cross functional tests for inplace_update 10 years ago
Venkatesh Radhakrishnan 0b8dec7172 Cross functional test infrastructure for RocksDB. 10 years ago
sdong 5917de0bae CappedFixTransform: return fixed length prefix, or full key if key is shorter than the fixed length 10 years ago
Igor Canadi 6c6037f60c Expose Snapshot's SequenceNumber 10 years ago
sdong d07fec3bdc make DBTest.SharedWriteBuffer to pass MockEnv 10 years ago
Igor Canadi 4bdf38b16e Disable FlushSchedule when running TSAN 10 years ago
Igor Canadi 560ed402bd [minor] fprintf to stderr instead of stdout in test 10 years ago
Yueh-Hsuan Chiang 46a7048dcd Reduce false alarm in ThreadStatusMultipleCompaction test 10 years ago
sdong 4e48753b73 Sync manifest file when initializing it 10 years ago
Igor Canadi 9ab5adfc59 New BlockBasedTable version -- better compressed block format 10 years ago
Yueh-Hsuan Chiang 2159484dd6 Remove two unnecessary blank lines in db/db_test.cc 10 years ago
Yueh-Hsuan Chiang d2c018fd5b Make ThreadStatusMultipleCompaction more robust. 10 years ago
Yueh-Hsuan Chiang bf9aa4dfcd Improve GetThreadStatus to avoid false alarm in some case. 10 years ago
Yueh-Hsuan Chiang c91cdd59c1 Allow GetThreadList() to indicate a thread is doing Compaction. 10 years ago
Igor Canadi 15d2abbec3 Fix build issues 10 years ago