Commit Graph

1486 Commits (96ab15d306f05fc4d8527c809d772d1b2137be60)

Author SHA1 Message Date
Igor Sugak 73711f956c rocksdb: Fix scan-build bug 'Memory leak' in db/db_bench.cc 10 years ago
Jim Meyering a42324e370 build: do not relink every single binary just for a timestamp 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
sdong 6d6305dd7d Perf Context to report DB mutex waiting time 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
sdong 91ac3b2067 Print DB pointer when opening a DB 10 years ago
fyrz cfe8837e43 Switch logv with loglevel to virtual 10 years ago
Igor Canadi aaceef3638 Fix formatting 10 years ago
Marko Kevac 9651308307 renamed backup to backup_and_restore in c_test for clarity 10 years ago
Marko Kevac 7e50ed8c24 Added some more wrappers and wrote a test for backup in C 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
Igor Canadi 3e53760fc4 Fix compaction_picker_test 10 years ago
Igor Canadi e39f4f6cf9 Fix data race #3 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
sdong 9898f63988 Divide test DBIteratorTest.DBIterator to smaller tests 10 years ago
Venkatesh Radhakrishnan 0b8dec7172 Cross functional test infrastructure for RocksDB. 10 years ago
Marko Kevac 86e2a1eeea Allow creating backups from C 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
sdong 10af17f3d7 fault_injection_test: add a unit test to allow parallel compactions and multiple levels 10 years ago
Igor Canadi 560ed402bd [minor] fprintf to stderr instead of stdout in test 10 years ago
sdong d2a2b058f0 fault_injection_test: to support file closed after being deleted 10 years ago
Yueh-Hsuan Chiang d6c7300ccf Fixed a compile warning in clang in db/listener_test.cc 10 years ago
Ori Bernstein f9758e0129 Add compaction listener. 10 years ago
sdong e919ecedfc SuperVersion::Unref() to use sequential consistency to decrease ref counting 10 years ago
sdong 1b43ab58d9 fault_injection_test: add more logging and makes synchronization slightly stronger 10 years ago
sdong be8f0b12ed Rename DBImpl::log_dir_unsynced_ to log_dir_synced_ 10 years ago
sdong c1de6c42a0 fault_injection_test: add a test case to drop random number of unsynced data 10 years ago
sdong d888c95748 Sync WAL Directory and DB Path if different from DB directory 10 years ago
Igor Canadi f1c8862479 Fix data race #1 10 years ago
Igor Canadi 42189612c3 Fix data race #2 10 years ago
Igor Canadi f5a8398352 Fix archive WAL race conditions 10 years ago
sdong 43ec4e68ba fault_injection_test: bring back 3 iteration runs 10 years ago
sdong c2e8e8c1c0 Fix two namings in fault_injection_test.cc 10 years ago
sdong b4c13a868a fault_injection_test: improvements and add new tests 10 years ago