Home
last modified time | relevance | path

Searched refs:GetBGError (Results 1 – 7 of 7) sorted by relevance

/rocksdb-6.9/db/db_impl/
Ddb_impl_debug.cc172 (error_handler_.GetBGError() == Status::OK())) { in TEST_WaitForCompact()
175 return error_handler_.GetBGError(); in TEST_WaitForCompact()
Ddb_impl_write.cc683 status = error_handler_.GetBGError(); in WriteImplWALOnly()
876 status = error_handler_.GetBGError(); in PreprocessWrite()
1439 while (error_handler_.GetBGError().ok() && write_controller_.IsStopped()) { in DelayWrite()
1467 s = Status::Incomplete(error_handler_.GetBGError().ToString()); in DelayWrite()
1470 s = error_handler_.GetBGError(); in DelayWrite()
1749 s = error_handler_.GetBGError(); in SwitchMemtable()
Ddb_impl_compaction_flush.cc40 sfm->EnoughRoomForCompaction(cfd, inputs, error_handler_.GetBGError()); in EnoughRoomForCompaction()
505 : error_handler_.GetBGError(); in AtomicFlushMemTablesToOutputFiles()
562 error_handler_.GetBGError().ok()) { in AtomicFlushMemTablesToOutputFiles()
1813 return error_handler_.GetBGError(); in WaitUntilFlushWouldNotStallWrites()
1922 s = error_handler_.GetBGError(); in WaitForFlushMemTables()
2213 status = error_handler_.GetBGError(); in BackgroundFlush()
2510 status = error_handler_.GetBGError(); in BackgroundCompaction()
Ddb_impl.cc300 Status bg_error = error_handler_.GetBGError(); in ResumeImpl()
4310 status = error_handler_.GetBGError(); in CreateColumnFamilyWithImport()
4550 return error_handler_.GetBGError(); in ReserveFileNumbersBeforeIngestion()
/rocksdb-6.9/db/
Derror_handler.h40 Status GetBGError() { return bg_error_; } in GetBGError() function
Ddb_compaction_test.cc4945 ASSERT_OK(dbfull()->error_handler_.GetBGError()); in TEST_F()
/rocksdb-6.9/file/
Dsst_file_manager_impl.cc330 Status err = cur_instance_->GetBGError(); in ClearError()