Commit Graph

2202 Commits (69c471bd9b665cecbf58aee7f3dc4d31a8e9ff29)

Author SHA1 Message Date
Andrew Kryczka 69c471bd9b Handle concurrent manifest update and backup creation 8 years ago
sdong 8800975fb0 Make DBTestUniversalCompaction.IncreaseUniversalCompactionNumLevels more robust 8 years ago
sdong 82f15fb15d Add test to make sure DropColumnFamily doesn't impact existing iterators 8 years ago
sdong 38201b3599 Fix assert failure when DBImpl::SyncWAL() conflicts with log rolling 8 years ago
Andrew Kryczka b046916656 Redo SyncPoints for flush while rolling test 8 years ago
Mike Kolupaev eef63ef807 Fixed CompactFiles() spuriously failing or corrupting DB 8 years ago
Dmitri Smirnov d37d348da8 This addresses build issues on Windows 8 years ago
Andrew Kryczka d825fc70d4 Use condition variable in log roller test 8 years ago
Islam AbdelRahman df9ba6df62 Introduce SstFileManager::SetMaxAllowedSpaceUsage() to cap disk space usage 8 years ago
Andrew Kryczka 3943d16780 Fix race conditions in auto-rolling logger 8 years ago
reid horuff a7b6f0748a Improve write_with_callback_test to sync WAL 8 years ago
reid horuff 5bcf952a87 Fix WriteImpl empty batch hanging issue 8 years ago
Mike Kolupaev 44371501f0 Fixed a segfault when compaction fails 8 years ago
Jonathan Wiepert 7bd284c374 Separeate main from bench functionality to allow cusomizations 8 years ago
sdong 92a9ccf1a6 Add a new compaction priority that picks file whose overlapping ratio is smallest 9 years ago
Peter Mattis 239aaf2fc0 Use user_comparator when comparing against iterate_upper_bound. 9 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 9 years ago
Yueh-Hsuan Chiang 4a8cbf4e31 Allows Get and MultiGet to read directly from SST files. 9 years ago
sdong a76e9093f0 Fix LITE db_test build broken by previous commit 9 years ago
sdong b1887c5dd9 Explictly fail when memtable doesn't support concurrent insert 9 years ago
reid horuff 6f71d3b68b Improve perf of Pessimistic Transaction expirations (and optimistic transactions) 9 years ago
Islam AbdelRahman 8e6172bc57 Add BlockBasedTableOptions::index_block_restart_interval 9 years ago
Nathan Bronson 2c1db5ea51 always invalidate sequential-insertion cache for concurrent skiplist adds 9 years ago
Andrew Kryczka 284aa613a7 Eliminate duplicated property constants 9 years ago
Nathan Bronson 5fcd1ba30a disable kConcurrentSkipList multithreaded test 9 years ago
Tomas Kolda a62c519bb6 RollLogFile tries to find non conflicting file until there is no conflict. 9 years ago
Tomas Kolda 57a95a7001 Making use of GetSystemTimePreciseAsFileTime dynamic - code review fixes 9 years ago
Tomas Kolda 502d41f150 Making use of GetSystemTimePreciseAsFileTime dynamic to not 9 years ago
Nathan Bronson 9c2cf9479b Fix for --allow_concurrent_memtable_write with batching 9 years ago
Islam AbdelRahman 1ad8182950 Fix WriteBatchTest.ManyUpdates, WriteBatchTest.LargeKeyValue under clang 9 years ago
sdong ad7ecca72d Add unit tests to verify large key/value 9 years ago
Andrew Kryczka fdd70d1495 Skip filters for last L0 file if hit-optimized 9 years ago
Dmytro Ivchenko aa5e3b7c04 PerfContext::ToString() add option to exclude zero counters 9 years ago
Yueh-Hsuan Chiang 1d854fa3d4 Fixed the asan error on column_family_test 9 years ago
SherlockNoMad 37159a6448 Add histogram for value size per operation 9 years ago
Venkatesh Radhakrishnan 3b2a1ddd2e Add options.base_background_compactions as a number of compaction threads for low compaction debt 9 years ago
sdong 6ee38bb15c Slowdown of writing to the last memtable should not override stopping 9 years ago
Islam AbdelRahman d6c838f1e1 Add SstFileManager (component tracking all SST file in DBs and control the deletion rate) 9 years ago
sdong 4b50f13540 Should not skip bloom filter for L0 during the query. 9 years ago
sdong d20915d52a Disable stats about mutex duration by default 9 years ago
Islam AbdelRahman 0c433cd1eb Fix issue in Iterator::Seek when using Block based filter block with prefix_extractor 9 years ago
Andrew Kryczka 035857a312 Fix RocksDB lite build 9 years ago
Yueh-Hsuan Chiang 955ecf8b49 Fix an ASAN error in compact_files_test 9 years ago
Islam AbdelRahman b0afcdeeac Fix bug in block based tables with full filter block and prefix_extractor 9 years ago
Andrew Kryczka 167bd8856d [directory includes cleanup] Finish removing util->db dependencies 9 years ago
Andrew Kryczka acd7d58695 [directory includes cleanup] Remove util->db dependency for ThreadStatusUtil 9 years ago
Andrew Kryczka 46f9cd46af [directory includes cleanup] Move cross-function test points 9 years ago
Venkatesh Radhakrishnan b7ecf3d214 Fix intermittent hang in ColumnFamilyTest.FlushAndDropRaceCondition 9 years ago
sdong da33dfe188 Parameterize DBTest.Randomized 9 years ago
sdong fb9811ee9b Add a perf context level that doesn't measure time for mutex operations 9 years ago