Home
last modified time | relevance | path

Searched refs:error_handler_list_ (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/file/
Dsst_file_manager_impl.cc310 if (s.ok() && !error_handler_list_.empty()) { in ClearError()
342 error_handler_list_.pop_front(); in ClearError()
346 if (!error_handler_list_.empty()) { in ClearError()
355 if (error_handler_list_.empty()) { in ClearError()
383 if (error_handler_list_.empty()) { in StartErrorRecovery()
384 error_handler_list_.push_back(handler); in StartErrorRecovery()
397 for (auto iter = error_handler_list_.begin(); in StartErrorRecovery()
403 error_handler_list_.push_back(handler); in StartErrorRecovery()
417 for (auto iter = error_handler_list_.begin(); in CancelErrorRecovery()
418 iter != error_handler_list_.end(); ++iter) { in CancelErrorRecovery()
[all …]
Dsst_file_manager_impl.h190 std::list<ErrorHandler*> error_handler_list_; variable