Commit Graph

1 Commits (340ed4fac751025dcf4368affabf950b3a417a05)

Author SHA1 Message Date
Siying Dong 000b9ec217 Move some logging related files to logging/ (#5387) 5 years ago
Siying Dong e9e0101ca4 Move test related files under util/ to test_util/ (#5377) 5 years ago
Anand Ananthabhotla a27fce408e Auto recovery from out of space errors (#4164) 6 years ago
amytai 0a3db28d98 Disallow compactions if there isn't enough free space 6 years ago
Anand Ananthabhotla dfbe52e099 Fix the Logger::Close() and DBImpl::Close() design pattern 6 years ago
Anand Ananthabhotla d0f1b49ab6 Add a Close() method to DB to return status when closing a db 7 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 7 years ago
Siying Dong a2b05210ef Make PosixLogger::flush_pending_ atomic 7 years ago
Siying Dong d616ebea23 Add GPLv2 as an alternative license. 7 years ago
Siying Dong d2dce5611a Move some files under util/ to separate dirs 7 years ago
Siying Dong c90c48d3c8 Show More DB Stats in info logs 8 years ago
Andrew Kryczka e1b3ee8a79 Cleanup auto-roll logger flush-while-rolling test 8 years ago
Yueh-Hsuan Chiang a558830f8f Fixed compile warnings in posix_logger.h and coding.h 8 years ago
Andrew Kryczka b046916656 Redo SyncPoints for flush while rolling test 8 years ago
Andrew Kryczka 3943d16780 Fix race conditions in auto-rolling logger 9 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 9 years ago
Gunnar Kudrjavets aec10f734b Guard falloc.h inclusion to avoid build breaks 9 years ago
Dmitri Smirnov ef4b87f1b2 Commit both PR and internal code review changes 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
Mike Kolupaev ec7a944360 more times in perf_context and iostats_context 9 years ago
stash93 0c8017dbae Remove duplicated code 9 years ago
Igor Sugak 62247ffa3b rocksdb: Add missing override 9 years ago
fyrz cfe8837e43 Switch logv with loglevel to virtual 10 years ago
Igor Canadi 1f621e6abc Fix additional -Wshorten-64-to-32 errros 10 years ago
Igor Canadi ddef6841b3 Renamed InfoLogLevel::DEBUG to InfoLogLevel::DEBUG_LEVEL 10 years ago
Yueh-Hsuan Chiang ccaedd16d4 Enable log info with different levels. 11 years ago
James Golick 43c386b72e only try to use fallocate if it's actually present on the system 11 years ago
Igor Canadi 19f5463d3f Don't LogFlush() in foreground threads 11 years ago
Igor Canadi 444cf88a56 Flush the log outside of lock 11 years ago
Igor Canadi 95a8213f75 Log flush every 0 seconds 11 years ago
Igor Canadi b572e81f94 Flush Log every 5 seconds 11 years ago
Dhruba Borthakur 9cd221094c Add appropriate LICENSE and Copyright message. 11 years ago
Dhruba Borthakur 4463b11cad Migrate names of properties from 'leveldb' prefix to 'rocksdb' prefix. 11 years ago
Dhruba Borthakur a143ef9b38 Change namespace from leveldb to rocksdb 11 years ago
Dhruba Borthakur 1186192ed1 Replace include/leveldb with include/rocksdb. 11 years ago
Haobo Xu 839f6db77e [RocksDB] Fix PosixLogger and AutoRollLogger thread safety 11 years ago
Haobo Xu a29fc171a6 [RocksDB] posix_logger does not compile on non-linux platform 11 years ago
Mayank Agarwal 48abc06049 Using return value of fwrite in posix_logger.h 11 years ago
Abhishek Kona c41f1e995c Codemod NULL to nullptr 12 years ago
Chip Turner 2c3565285e Add OS_LINUX ifdef protections around fallocate parts 12 years ago
Chip Turner 3dafdfb2c4 Use fallocate to prevent excessive allocation of sst files and logs 12 years ago
Kai Liu d50f8eb603 Enable LevelDb to create a new log file if current log file is too large. 12 years ago
Hans Wennborg 36a5f8ed7f A number of fixes: 13 years ago
Gabor Cselle 299ccedfec A number of bugfixes: 13 years ago
gabor@google.com 60bd8015f2 Speed up Snappy uncompression, new Logger interface. 13 years ago