Commit Graph

76 Commits (362d819a14dd2d08c674d01267e8c07695cd4d9e)

Author SHA1 Message Date
Yueh-Hsuan Chiang f0a8e5a2d8 Fixed the valgrind error in ColumnFamilyTest::CreateAndDropRace 9 years ago
Yueh-Hsuan Chiang 774b80e99e Resubmit the fix for a race condition in persisting options 9 years ago
sdong f307036bde Revert "Fix a race condition in persisting options" 9 years ago
Yueh-Hsuan Chiang 2fa3ed5180 Fix a race condition in persisting options 9 years ago
sdong 291088ae4e Fix undeterministic failure of ColumnFamilyTest.DifferentWriteBufferSizes 9 years ago
Yueh-Hsuan Chiang e114f0abb8 Enable RocksDB to persist Options file. 9 years ago
Dmitri Smirnov 3c750b59ae No need to #ifdef test only code on windows 9 years ago
Dmitri Smirnov 2754ec9994 Fix Windows constexpr issue and '#ifdef' column_family_test in Release. 9 years ago
Igor Canadi a7e80379b0 LogAndApply() should fail if the column family has been dropped 9 years ago
Igor Canadi 95ffc5d2bc Correct ASSERT_OK() in ReadDroppedColumnFamily 9 years ago
agiardullo b5b2b75e52 better tuning of arena block size 9 years ago
sdong 3d78eb66bb Arena usage to be calculated using malloc_usable_size() 9 years ago
Andres Notzli c465071029 Removing duplicate code 9 years ago
Igor Canadi 35ca59364c Don't let flushes preempt compactions 9 years ago
Dmitri Smirnov d2f0912bd3 Merge the latest changes from github/master 9 years ago
Dmitri Smirnov 18285c1e2f Windows Port from Microsoft 9 years ago
Yueh-Hsuan Chiang 501591c423 Make column_family_test runnable in ROCKSDB_LITE 9 years ago
Islam AbdelRahman 12e030a992 Use CompactRangeOptions for CompactRange 9 years ago
sdong e409d3d745 Make "make all" work for CYGWIN 9 years ago
agiardullo c815351038 Support saving history in memtable_list 9 years ago
Yueh-Hsuan Chiang 687214f878 Ensure ColumnFamilyOptions.num_levels >= 2 when level compaction is used. 9 years ago
Venkatesh Radhakrishnan 7ea769487f Fix flakiness in column_family_test 9 years ago
clark.kang 6ede020dc4 fix typos 9 years ago
sdong 98a44559d5 Build for CYGWIN 9 years ago
sdong b23bbaa82a Universal Compactions with Small Files 9 years ago
Igor Canadi fd3dbef22b Clean up old log files in background threads 9 years ago
Igor Sugak 9405b5ef8f rocksdb: Remove #include "util/string_util.h" from util/testharness.h 9 years ago
Igor Canadi b088c83e6e Don't delete files when column family is dropped 9 years ago
Igor Sugak b4b69e4f77 rocksdb: switch to gtest 9 years ago
Igor Sugak 9fd6edf81c rocksdb: Replace ASSERT* with EXPECT* in functions that does not return void value 9 years ago
Igor Canadi db03739340 options.level_compaction_dynamic_level_bytes to allow RocksDB to pick size bases of levels dynamically. 9 years ago
Igor Sugak 62247ffa3b rocksdb: Add missing override 9 years ago
Jinfu Leng 96d989f70d catch config errors with L0 file count triggers 9 years ago
sdong d7a486668c Improve scalability of DB::GetSnapshot() 10 years ago
sdong 046ba7d47c Fix calculation of max_total_wal_size in db_options_.max_total_wal_size == 0 case 10 years ago
Yueh-Hsuan Chiang 13de000f07 Add rocksdb::ToString() to address cases where std::to_string is not available. 10 years ago
Igor Canadi 767777c2bd Turn on -Wshorten-64-to-32 and fix all the errors 10 years ago
Igor Canadi a84234a61b Ignore missing column families 10 years ago
Lei Jin 384400128f move block based table related options BlockBasedTableOptions 10 years ago
Stanislau Hlebik 06a52bda64 Flush only one column family 10 years ago
Igor Canadi 41a697256f NewIterators in read-only mode 10 years ago
Igor Canadi d4a8423334 Remove seek compaction 10 years ago
Igor Canadi 0365eaf12e remove unnecessary printf 10 years ago
Igor Canadi a0191c9dfe Create Missing Column Families 10 years ago
Igor Canadi df70047669 Flush stale column families 10 years ago
Igor Canadi d6d67c0efe More s/us fixes 10 years ago
Igor Canadi f1c9aa6ebe More unsigned/signed compare fixes 10 years ago
Igor Canadi 38693d99c4 Fix more signed/unsigned comparsions 10 years ago
Igor Canadi faf7691358 Close DB at the end of DontRollEmptyLogs test 10 years ago
Igor Canadi e6acb874cd Don't roll empty logs 10 years ago