Commit Graph

15 Commits (dbc4101b89a4d864c021cb7a68fdc5b6202458b4)

Author SHA1 Message Date
akankshamahajan 935aae3bcf Run clang format on logging folder (#10861) 2 years ago
Peter Dillinger e466173d5c Print stack traces on frozen tests in CI (#10828) 2 years ago
Akanksha Mahajan ce370d6b95 Close the Logger before rolling to next one in AutoRollLogger (#10488) 2 years ago
sdong cc2099803a Use EnvLogger instead of PosixLogger (#10436) 2 years ago
Yanqin Jin 514f0b0937 Fail DB::Open() if logger cannot be created (#9984) 2 years ago
mrambacher 6924869867 Make SystemClock into a Customizable Class (#8636) 3 years ago
Andrew Kryczka a685a701ca Do not attempt to rename non-existent info log (#8622) 3 years ago
mrambacher 12f1137355 Add a SystemClock class to capture the time functions of an Env (#7858) 4 years ago
Yanqin Jin 394210f280 Remove unused includes (#7604) 4 years ago
mrambacher a08d6f18f0 Add more tests to ASSERT_STATUS_CHECKED (#7367) 4 years ago
sdong fdf882ded2 Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 5 years ago
Yanqin Jin 28aa09dcce Pass info_log_level to the inner logger of AutoRollLogger (#6388) 5 years ago
sdong 5daa426a18 Fix regression bug of Auto rolling logger when handling failures (#5622) 5 years ago
ggaurav28 60d8b19836 Implemented a file logger that uses WritableFileWriter (#5491) 5 years ago
Siying Dong 000b9ec217 Move some logging related files to logging/ (#5387) 5 years ago
Siying Dong cb094e13bb Auto roll logger to enforce options.keep_log_file_num immediately after a new file is created (#5370) 5 years ago
Siying Dong 8843129ece Move some memory related files from util/ to memory/ (#5382) 5 years ago
Siying Dong e9e0101ca4 Move test related files under util/ to test_util/ (#5377) 5 years ago
Adam Simpkins c06c4c01c5 Fix many bugs in log statement arguments (#5089) 6 years ago
Michael Liu ca89ac2ba9 Apply modernize-use-override (2nd iteration) 6 years ago
Sagar Vemuri dc3528077a Update all unique/shared_ptr instances to be qualified with namespace std (#4638) 6 years ago
Maysam Yabandeh 8581a93a6b Per-thread unique test db names (#4135) 6 years ago
Zhongyi Xie 954b496b3f fix memory leak in two_level_iterator 7 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 d616ebea23 Add GPLv2 as an alternative license. 8 years ago
Siying Dong 6ef8c620d3 Move auto_roll_logger and filename out of db/ 8 years ago
Siying Dong 88cc81df5c auto_roll_logger_test to move away from real sleep 8 years ago
Islam AbdelRahman e19163688b Add macros to include file name and line number during Logging 8 years ago
Aaron Gao e877afa08b Remove bulk loading and auto_roll_logger in rocksdb_lite 8 years ago
Dmitri Smirnov 0a4cdde50a Windows thread 8 years ago
Andrew Kryczka e1b3ee8a79 Cleanup auto-roll logger flush-while-rolling test 8 years ago
Aaron Orenstein 2073cf3775 Eliminate use of 'using namespace std'. Also remove a number of ADL references to std functions. 8 years ago
Dmitri Smirnov c9d668c584 Fix unit tests issues on Windows (#1078) 9 years ago
Andrew Kryczka b046916656 Redo SyncPoints for flush while rolling test 9 years ago
Andrew Kryczka d825fc70d4 Use condition variable in log roller test 9 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
Andrew Kryczka 167bd8856d [directory includes cleanup] Finish removing util->db dependencies 9 years ago
Islam AbdelRahman 2872e0c8c2 Clean and expose CreateLoggerFromOptions 9 years ago
Poornima Chozhiyath Raman 1bdfcef7bf Fix when output level is 0 of universal compaction with trivial move 9 years ago
Dmitri Smirnov 555ca3e7b7 Fix WinEnv::NowMicrosec 9 years ago
agiardullo 064294081b Improved FileExists API 9 years ago
sdong f9728640f3 "make format" against last 10 commits 9 years ago
Ari Ekmekji 35cd75c379 Introduce InfoLogLevel::HEADER_LEVEL 9 years ago
Dmitri Smirnov 18285c1e2f Windows Port from Microsoft 9 years ago
Igor Sugak b4b69e4f77 rocksdb: switch to gtest 10 years ago
Igor Sugak 9fd6edf81c rocksdb: Replace ASSERT* with EXPECT* in functions that does not return void value 10 years ago
krad a047409ae9 Fixed a bug in the test case 10 years ago
Islam AbdelRahman 06a766de56 Adding Flush to AutoRollLogger 10 years ago