Home
last modified time | relevance | path

Searched refs:BackgroundErrorReason (Results 1 – 12 of 12) sorted by relevance

/rocksdb-6.9/db/
Derror_handler.cc23 {std::make_tuple(BackgroundErrorReason::kCompaction,
27 {std::make_tuple(BackgroundErrorReason::kCompaction,
31 {std::make_tuple(BackgroundErrorReason::kCompaction,
59 {std::make_tuple(BackgroundErrorReason::kCompaction,
62 {std::make_tuple(BackgroundErrorReason::kCompaction,
65 {std::make_tuple(BackgroundErrorReason::kCompaction,
68 {std::make_tuple(BackgroundErrorReason::kCompaction,
72 {std::make_tuple(BackgroundErrorReason::kFlush,
75 {std::make_tuple(BackgroundErrorReason::kFlush,
78 {std::make_tuple(BackgroundErrorReason::kFlush,
[all …]
Derror_handler.h32 Status::Severity GetErrorSeverity(BackgroundErrorReason reason,
36 Status SetBGError(const Status& bg_err, BackgroundErrorReason reason);
38 Status SetBGError(const IOStatus& bg_io_err, BackgroundErrorReason reason);
Devent_helpers.h30 BackgroundErrorReason reason, Status* bg_error,
Devent_helpers.cc43 BackgroundErrorReason reason, Status* bg_error, InstrumentedMutex* db_mutex, in NotifyOnBackgroundError()
Derror_handler_fs_test.cc84 void OnErrorRecoveryBegin(BackgroundErrorReason /*reason*/, in OnErrorRecoveryBegin() argument
117 void OnBackgroundError(BackgroundErrorReason /*reason*/, in OnBackgroundError() argument
Dlistener_test.cc891 void OnBackgroundError(BackgroundErrorReason /*reason*/, in OnBackgroundError() argument
/rocksdb-6.9/include/rocksdb/
Dlistener.h115 enum class BackgroundErrorReason { enum
443 virtual void OnBackgroundError(BackgroundErrorReason /* reason */, in OnBackgroundError() argument
471 virtual void OnErrorRecoveryBegin(BackgroundErrorReason /* reason */, in OnErrorRecoveryBegin() argument
/rocksdb-6.9/db_stress_tool/
Ddb_stress_listener.h94 void OnBackgroundError(BackgroundErrorReason /* reason */, in OnBackgroundError() argument
134 void OnErrorRecoveryBegin(BackgroundErrorReason /* reason */, in OnErrorRecoveryBegin() argument
/rocksdb-6.9/db/db_impl/
Ddb_impl_compaction_flush.cc129 error_handler_.SetBGError(io_s, BackgroundErrorReason::kFlush); in SyncClosedLogs()
213 error_handler_.SetBGError(io_s, BackgroundErrorReason::kFlush); in FlushMemTableToOutputFile()
216 error_handler_.SetBGError(new_bg_error, BackgroundErrorReason::kFlush); in FlushMemTableToOutputFile()
237 error_handler_.SetBGError(new_bg_error, BackgroundErrorReason::kFlush); in FlushMemTableToOutputFile()
566 BackgroundErrorReason::kFlush); in AtomicFlushMemTablesToOutputFiles()
577 error_handler_.SetBGError(io_s, BackgroundErrorReason::kFlush); in AtomicFlushMemTablesToOutputFiles()
580 error_handler_.SetBGError(new_bg_error, BackgroundErrorReason::kFlush); in AtomicFlushMemTablesToOutputFiles()
1091 error_handler_.SetBGError(status, BackgroundErrorReason::kCompaction); in CompactFilesImpl()
2881 error_handler_.SetBGError(io_s, BackgroundErrorReason::kCompaction); in BackgroundCompaction()
2883 error_handler_.SetBGError(status, BackgroundErrorReason::kCompaction); in BackgroundCompaction()
Ddb_impl_write.cc838 error_handler_.SetBGError(status, BackgroundErrorReason::kWriteCallback); in WriteStatusCheck()
849 error_handler_.SetBGError(io_status, BackgroundErrorReason::kWriteCallback); in IOStatusCheck()
863 error_handler_.SetBGError(status, BackgroundErrorReason::kMemTable); in MemTableInsertStatusCheck()
1747 error_handler_.SetBGError(s, BackgroundErrorReason::kMemTable); in SwitchMemtable()
/rocksdb-6.9/db/compaction/
Dcompaction_job.cc1401 db_error_handler_->SetBGError(s, BackgroundErrorReason::kCompaction); in FinishCompactionOutputFile()
/rocksdb-6.9/tools/
Ddb_bench_tool.cc2332 void OnErrorRecoveryBegin(BackgroundErrorReason /*reason*/, in OnErrorRecoveryBegin() argument