summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_impl.cpp
diff options
context:
space:
mode:
authorLingzhi Deng <lingzhi.deng@mongodb.com>2020-03-11 13:14:43 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-03-11 17:27:43 +0000
commit521ab081fdbd6a0ba5169f762a78e2158edba86c (patch)
treedd03b3b7d0751989b2dfa0b9c1755c57046eb952 /src/mongo/db/repl/replication_coordinator_impl.cpp
parent874d70701afeb988bbc6a89b5d41a76ab2a8efc5 (diff)
downloadmongo-521ab081fdbd6a0ba5169f762a78e2158edba86c.tar.gz
Revert "SERVER-46381 Test concurrent reconfig and stepdown"
This reverts commit bdf61762f8fd755b784b55af8457f8fcdd7fe068.
Diffstat (limited to 'src/mongo/db/repl/replication_coordinator_impl.cpp')
-rw-r--r--src/mongo/db/repl/replication_coordinator_impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/repl/replication_coordinator_impl.cpp b/src/mongo/db/repl/replication_coordinator_impl.cpp
index 3701adaf037..afb49fe53fc 100644
--- a/src/mongo/db/repl/replication_coordinator_impl.cpp
+++ b/src/mongo/db/repl/replication_coordinator_impl.cpp
@@ -119,7 +119,7 @@ MONGO_FAIL_POINT_DEFINE(waitForIsMasterResponse);
// Will cause an isMaster request to hang as it starts waiting.
MONGO_FAIL_POINT_DEFINE(hangWhileWaitingForIsMasterResponse);
MONGO_FAIL_POINT_DEFINE(skipDurableTimestampUpdates);
-// Skip sending heartbeats to pre-check that a quorum is available before a reconfig.
+// Will cause a reconfig to hang after completing the config quorum check.
MONGO_FAIL_POINT_DEFINE(omitConfigQuorumCheck);
// Will cause signal drain complete to hang after reconfig
MONGO_FAIL_POINT_DEFINE(hangAfterReconfigOnDrainComplete);