Home
last modified time | relevance | path

Searched refs:FresherNodeFound (Results 1 – 4 of 4) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/repl/
H A Dfreshness_checker_test.cpp263 ASSERT_EQUALS(shouldAbortElection(), FreshnessChecker::FresherNodeFound); in TEST_F()
315 ASSERT_EQUALS(shouldAbortElection(), FreshnessChecker::FresherNodeFound); in TEST_F()
364 ASSERT_EQUALS(shouldAbortElection(), FreshnessChecker::FresherNodeFound); in TEST_F()
421 ASSERT_EQUALS(shouldAbortElection(), FreshnessChecker::FresherNodeFound); in TEST_F()
488 ASSERT_EQUALS(shouldAbortElection(), FreshnessChecker::FresherNodeFound); in TEST_F()
563 ASSERT_EQUALS(shouldAbortElection(), FreshnessChecker::FresherNodeFound); in TEST_F()
622 ASSERT_EQUALS(shouldAbortElection(), FreshnessChecker::FresherNodeFound); in TEST_F()
684 ASSERT_EQUALS(shouldAbortElection(), FreshnessChecker::FresherNodeFound); in TEST_F()
764 ASSERT_EQUALS(shouldAbortElection(), FreshnessChecker::FresherNodeFound); in TEST_F()
961 ASSERT_EQUALS(shouldAbortElection(), FreshnessChecker::FresherNodeFound); in TEST_F()
[all …]
H A Dfreshness_checker.cpp156 _abortReason = FresherNodeFound; in processResponse()
163 _abortReason = FresherNodeFound; in processResponse()
177 _abortReason = FresherNodeFound; in processResponse()
189 _abortReason = FresherNodeFound; in processResponse()
H A Dfreshness_checker.h56 FresherNodeFound, // Freshness check found fresher node enumerator
H A Dreplication_coordinator_impl_elect.cpp193 case FreshnessChecker::FresherNodeFound: in _onFreshnessCheckComplete()