Home
last modified time | relevance | path

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

/rocksdb-6.9/db/db_impl/
Ddb_impl_compaction_flush.cc210 if (!s.ok() && !s.IsShutdownInProgress() && !s.IsColumnFamilyDropped()) { in FlushMemTableToOutputFile()
211 if (!io_s.ok() && !io_s.IsShutdownInProgress() && in FlushMemTableToOutputFile()
269 if (!s.IsShutdownInProgress() && !s.IsColumnFamilyDropped()) { in FlushMemTablesToOutputFiles()
408 if (!e.second.IsShutdownInProgress() && in AtomicFlushMemTablesToOutputFiles()
424 if (!io_status[i].ok() && !io_status[i].IsShutdownInProgress() && in AtomicFlushMemTablesToOutputFiles()
439 if (s.ok() || s.IsShutdownInProgress()) { in AtomicFlushMemTablesToOutputFiles()
1078 } else if (status.IsColumnFamilyDropped() || status.IsShutdownInProgress()) { in CompactFilesImpl()
2299 if (!s.ok() && !s.IsShutdownInProgress() && !s.IsColumnFamilyDropped() && in BackgroundCallFlush()
2324 FindObsoleteFiles(&job_context, !s.ok() && !s.IsShutdownInProgress() && in BackgroundCallFlush()
2390 } else if (!s.ok() && !s.IsShutdownInProgress() && in BackgroundCallCompaction()
[all …]
/rocksdb-6.9/db/
Derror_handler.cc374 if (is_manual || s.IsShutdownInProgress() || in RecoverFromBGError()
Ddb_compaction_test.cc4268 .IsShutdownInProgress()); in TEST_F()
Ddb_test.cc4335 ASSERT_TRUE(s.IsShutdownInProgress()); in TEST_F()
/rocksdb-6.9/include/rocksdb/
Dstatus.h245 bool IsShutdownInProgress() const { return code() == kShutdownInProgress; } in IsShutdownInProgress() function
/rocksdb-6.9/db/compaction/
Dcompaction_iterator_test.cc500 EXPECT_TRUE(c_iter_->status().IsShutdownInProgress()); in TEST_P()
537 ASSERT_TRUE(c_iter_->status().IsShutdownInProgress()); in TEST_P()
/rocksdb-6.9/file/
Dsst_file_manager_impl.cc338 if (s.ok() || s.IsShutdownInProgress() || in ClearError()