Searched refs:TryCatchUpWithPrimary (Results 1 – 11 of 11) sorted by relevance
194 ASSERT_OK(db_secondary_->TryCatchUpWithPrimary()); in TEST_F()264 ASSERT_OK(db_secondary_->TryCatchUpWithPrimary()); in TEST_F()270 ASSERT_OK(db_secondary_->TryCatchUpWithPrimary()); in TEST_F()274 ASSERT_OK(db_secondary_->TryCatchUpWithPrimary()); in TEST_F()328 ASSERT_OK(db_secondary_->TryCatchUpWithPrimary()); in TEST_F()333 ASSERT_OK(db_secondary_->TryCatchUpWithPrimary()); in TEST_F()369 ASSERT_OK(db_secondary_->TryCatchUpWithPrimary()); in TEST_F()495 ASSERT_OK(db_secondary_->TryCatchUpWithPrimary()); in TEST_F()542 ASSERT_OK(db_secondary_->TryCatchUpWithPrimary()); in TEST_F()552 ASSERT_OK(db_secondary_->TryCatchUpWithPrimary()); in TEST_F()[all …]
211 Status TryCatchUpWithPrimary() override;
502 Status DBImplSecondary::TryCatchUpWithPrimary() { in TryCatchUpWithPrimary() function in ROCKSDB_NAMESPACE::DBImplSecondary
309 s = db->TryCatchUpWithPrimary(); in RunSecondary()335 s = db->TryCatchUpWithPrimary(); in RunSecondary()
455 Status TryCatchUpWithPrimary() override { in TryCatchUpWithPrimary() function456 return db_->TryCatchUpWithPrimary(); in TryCatchUpWithPrimary()
516 status = cmp_db_->TryCatchUpWithPrimary(); in ContinuouslyVerifyDb()
214 Status s = secondaries_[k]->TryCatchUpWithPrimary(); in VerifySecondaries()741 Status s = secondaries_[tid]->TryCatchUpWithPrimary(); in OperateDb()
1598 virtual Status TryCatchUpWithPrimary() { in TryCatchUpWithPrimary() function
3530 SaveError(errptr, db->rep->TryCatchUpWithPrimary()); in rocksdb_try_catch_up_with_primary()
4231 _db->db->TryCatchUpWithPrimary(); in OpenDb()
131 * Add TryCatchUpWithPrimary() to StackableDB in non-LITE mode.