Home
last modified time | relevance | path

Searched refs:TryCatchUpWithPrimary (Results 1 – 11 of 11) sorted by relevance

/rocksdb-6.9/db/db_impl/
Ddb_secondary_test.cc194 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 …]
Ddb_impl_secondary.h211 Status TryCatchUpWithPrimary() override;
Ddb_impl_secondary.cc502 Status DBImplSecondary::TryCatchUpWithPrimary() { in TryCatchUpWithPrimary() function in ROCKSDB_NAMESPACE::DBImplSecondary
/rocksdb-6.9/examples/
Dmulti_processes_example.cc309 s = db->TryCatchUpWithPrimary(); in RunSecondary()
335 s = db->TryCatchUpWithPrimary(); in RunSecondary()
/rocksdb-6.9/include/rocksdb/utilities/
Dstackable_db.h455 Status TryCatchUpWithPrimary() override { in TryCatchUpWithPrimary() function
456 return db_->TryCatchUpWithPrimary(); in TryCatchUpWithPrimary()
/rocksdb-6.9/db_stress_tool/
Dcf_consistency_stress.cc516 status = cmp_db_->TryCatchUpWithPrimary(); in ContinuouslyVerifyDb()
Ddb_stress_test_base.cc214 Status s = secondaries_[k]->TryCatchUpWithPrimary(); in VerifySecondaries()
741 Status s = secondaries_[tid]->TryCatchUpWithPrimary(); in OperateDb()
/rocksdb-6.9/include/rocksdb/
Ddb.h1598 virtual Status TryCatchUpWithPrimary() { in TryCatchUpWithPrimary() function
/rocksdb-6.9/db/
Dc.cc3530 SaveError(errptr, db->rep->TryCatchUpWithPrimary()); in rocksdb_try_catch_up_with_primary()
/rocksdb-6.9/tools/
Ddb_bench_tool.cc4231 _db->db->TryCatchUpWithPrimary(); in OpenDb()
/rocksdb-6.9/
DHISTORY.md131 * Add TryCatchUpWithPrimary() to StackableDB in non-LITE mode.