Commit Graph

822 Commits (089509b847fe7143932ea5c72e1f87ac47776c3c)

Author SHA1 Message Date
Venkatesh Radhakrishnan 7d817268b9 Managed iterator 10 years ago
Igor Sugak 3ad6b794cf rocksdb: Fix 'Division by zero' scan-build warning 10 years ago
Yueh-Hsuan Chiang f0c36da6ee Add thread_status_util_debug.cc back 10 years ago
Yueh-Hsuan Chiang e60bc99fe0 Allow GetThreadList to reflect flush activity. 10 years ago
Igor Sugak 4e4b857841 rocksdb: Fix scan-build 'Called C++ object pointer is null' and 'Dereference of null pointer' bugs 10 years ago
sdong 6d6305dd7d Perf Context to report DB mutex waiting time 10 years ago
fyrz cfe8837e43 Switch logv with loglevel to virtual 10 years ago
Igor Canadi 218c3ecea3 Fix std::cout data race 10 years ago
Karthikeyan Radhakrishnan da9cbce731 Add Header to logging to capture application level information 10 years ago
Igor Canadi 2a979822b6 Fix deleting obsolete files 10 years ago
Yueh-Hsuan Chiang 8e83a9d315 Add a missing field for STATE_MUTEX_WAIT to global_state_table 10 years ago
Yueh-Hsuan Chiang 181191a1e4 Add a counter for collecting the wait time on db mutex. 10 years ago
sdong fe9f691194 Fix fault_injestion_test 10 years ago
Yueh-Hsuan Chiang 678503ebcf Add utility functions for interpreting ThreadStatus 10 years ago
Yueh-Hsuan Chiang 756e1f151e Remove unused util/thread_event_info.h 10 years ago
sdong 829363b449 Options::PrepareForBulkLoad() to increase parallelism of flushes 10 years ago
Igor Canadi b04408c47b Fix unity build 10 years ago
Yueh-Hsuan Chiang 2c2d5ab7e8 Fix compile warning in util/xfunc.h 10 years ago
Venkatesh Radhakrishnan 0b8dec7172 Cross functional test infrastructure for RocksDB. 10 years ago
Erik Garrison e6eaf938c3 remove old debugging message (#487) 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 2fd8f750ab Compile MemEnv with standard RocksDB library 10 years ago
sdong e84299c769 Fix bug recently introduced in MemFile::Lock() 10 years ago
sdong e5aab4c2b2 Fix data race in HashLinkList 10 years ago
sdong 10af17f3d7 fault_injection_test: add a unit test to allow parallel compactions and multiple levels 10 years ago
Igor Canadi 0c4d1053df Fix data race #5 10 years ago
Igor Canadi e8bf2310a0 Remove blob store from the codebase 10 years ago
sdong 4c49fedaf1 Use ustricter consistency in thread local operations 10 years ago
Igor Canadi 26b50783d3 Fix assert in histogramData 10 years ago
Yueh-Hsuan Chiang 3b494a6103 Make options_test runnable on ROCKSDB_LITE 10 years ago
Yoshinori Matsunobu ceaea2b72d Adding prefix_extractor string config parameter 10 years ago
Igor Canadi 9ab5adfc59 New BlockBasedTable version -- better compressed block format 10 years ago
Yueh-Hsuan Chiang c91cdd59c1 Allow GetThreadList() to indicate a thread is doing Compaction. 10 years ago
Anders Bakken a9ea65d652 Build with clang 3.5 on Linux. 10 years ago
Igor Canadi abb9b95ffe Move compression functions from port/ to util/ 10 years ago
Igor Canadi 62ad0a9b19 Deprecating skip_log_error_on_recovery 10 years ago
Yueh-Hsuan Chiang bf287b76e0 Add structures for exposing thread events and operations. 10 years ago
Manish Patil 2067058a60 Dump routine to BlockBasedTableReader (valgrind) 10 years ago
Manish Patil 7ea7bdf04d Dump routine to BlockBasedTableReader 10 years ago
Lei Jin 5045c43944 add support for nested BlockBasedTableOptions in config string 10 years ago
Yueh-Hsuan Chiang 45bab305f9 Move GetThreadList() feature under Env. 10 years ago
Venkatesh Radhakrishnan 7198ed5a2e Handle errors during pthread calls 10 years ago
Qiao Yang cef6f84393 Added 'dump_live_files' command to ldb tool. 10 years ago
Yueh-Hsuan Chiang 74b3fb6d97 Fix Mac compile errors on util/cache_test.cc 10 years ago
Alexey Maykov ee95cae9a4 Modifed the LRU cache eviction code so that it doesn't evict blocks which have exteranl references 10 years ago
Igor Canadi cb82d7b081 Fix #434 10 years ago
Yueh-Hsuan Chiang 8f4e1c1c9a Remove the compability check on log2 OS_ANDROID as it's already blocked by ROCKSDB_LITE 10 years ago
Yueh-Hsuan Chiang c4a7423c1d Replace runtime_error exception by abort() in thread_local 10 years ago
Yueh-Hsuan Chiang 1a8f4821a7 Replace exception by assertion in autovector 10 years ago
Jonah Cohen a14b7873ee Enforce write buffer memory limit across column families 10 years ago