Searched refs:GetBGError (Results 1 – 7 of 7) sorted by relevance
172 (error_handler_.GetBGError() == Status::OK())) { in TEST_WaitForCompact()175 return error_handler_.GetBGError(); in TEST_WaitForCompact()
683 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()
40 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()
300 Status bg_error = error_handler_.GetBGError(); in ResumeImpl()4310 status = error_handler_.GetBGError(); in CreateColumnFamilyWithImport()4550 return error_handler_.GetBGError(); in ReserveFileNumbersBeforeIngestion()
40 Status GetBGError() { return bg_error_; } in GetBGError() function
4945 ASSERT_OK(dbfull()->error_handler_.GetBGError()); in TEST_F()
330 Status err = cur_instance_->GetBGError(); in ClearError()