Searched refs:logs (Results 1 – 13 of 13) sorted by relevance
| /rocksdb-6.9/db/db_impl/ |
| D | db_impl_secondary.cc | 83 std::vector<uint64_t> logs; in FindAndRecoverLogFiles() local 84 s = FindNewLogNumbers(&logs); in FindAndRecoverLogFiles() 85 if (s.ok() && !logs.empty()) { in FindAndRecoverLogFiles() 87 s = RecoverLogFiles(logs, &next_sequence, cfds_changed, job_context); in FindAndRecoverLogFiles() 93 Status DBImplSecondary::FindNewLogNumbers(std::vector<uint64_t>* logs) { in FindNewLogNumbers() argument 94 assert(logs != nullptr); in FindNewLogNumbers() 117 logs->push_back(number); in FindNewLogNumbers() 121 if (!logs->empty()) { in FindNewLogNumbers() 122 std::sort(logs->begin(), logs->end()); in FindNewLogNumbers()
|
| D | db_impl_open.cc | 520 std::vector<uint64_t> logs; in Recover() local 531 logs.push_back(number); in Recover() 536 if (logs.size() > 0) { in Recover() 542 for (auto& log : logs) { in Recover() 557 if (!logs.empty()) { in Recover() 559 std::sort(logs.begin(), logs.end()); in Recover() 561 s = RecoverLogFiles(logs, &next_sequence, read_only, in Recover()
|
| D | db_impl_secondary.h | 311 Status FindNewLogNumbers(std::vector<uint64_t>* logs);
|
| /rocksdb-6.9/db/ |
| D | wal_manager.cc | 54 VectorLogPtr logs; in GetSortedWalFiles() local 55 s = GetSortedWalsOfType(db_options_.wal_dir, logs, kAliveLogFile); in GetSortedWalFiles() 87 files.reserve(files.size() + logs.size()); in GetSortedWalFiles() 88 for (auto& log : logs) { in GetSortedWalFiles()
|
| D | db_wal_test.cc | 361 std::vector<std::string> logs; in TEST_F() local 362 env_->GetChildren(options.wal_dir, &logs); in TEST_F() 363 for (auto& log : logs) { in TEST_F() 376 for (auto& log : logs) { in TEST_F() 394 for (auto& log : logs) { in TEST_F() 409 for (auto& log : logs) { in TEST_F()
|
| D | column_family_test.cc | 926 std::vector<std::string> logs; in TEST_P() local 927 env_->GetChildren(db_options_.wal_dir, &logs); in TEST_P() 928 for (auto& log : logs) { in TEST_P() 955 for (auto& log : logs) { in TEST_P()
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2018-08-01-rocksdb-tuning-advisor.markdown | 22 and the path of the file which contains Rocksdb logs and statistics. 25 [logs](https://github.com/facebook/rocksdb/blob/master/tools/advisor/advisor/db_log_parser.py),
|
| D | 2015-11-16-analysis-file-read-latency-by-level.markdown | 16 …h#L315-L316) ). It will also printed out as a part of compaction summary in info logs periodically.
|
| D | 2014-05-14-lock.markdown | 38 (2) Information logging. In multiple places we write to logs within mutex. There is a chance that f…
|
| D | 2018-11-21-delete-range.markdown | 171 delete (optionally within a transaction) pattern. `DeleteRange` only logs to WAL
|
| /rocksdb-6.9/tools/advisor/ |
| D | README.md | 19 and the path of the file which contains Rocksdb logs and statistics. 22 [logs](https://github.com/facebook/rocksdb/blob/master/tools/advisor/advisor/db_log_parser.py),
|
| /rocksdb-6.9/ |
| D | USERS.md | 12 6. LogDevice -- a distributed data store for logs [2] 16 [2] https://code.facebook.com/posts/357056558062811/logdevice-a-distributed-data-store-for-logs/
|
| D | HISTORY.md | 128 …y. When opening a read/write BackupEngine, anything but the default value logs a warning and is tr…
|