summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/topology_coordinator.h
diff options
context:
space:
mode:
authorVesselina Ratcheva <vesselina.ratcheva@mongodb.com>2018-09-06 15:20:01 -0400
committerVesselina Ratcheva <vesselina.ratcheva@10gen.com>2018-09-12 18:36:18 -0400
commit83b9f6e435e6bbcadcc270345fa5c0ab1c480819 (patch)
treeaab2b28558485189acf359c11b6dc1bbada3b70c /src/mongo/db/repl/topology_coordinator.h
parentf615909720935fe0e566a0b453ddc41b8809c1d2 (diff)
downloadmongo-83b9f6e435e6bbcadcc270345fa5c0ab1c480819.tar.gz
SERVER-36503 Skip dry run during election handoff
(cherry picked from commit b19e39088cf8754186de8f5f3f1dae17a12aaa4c)
Diffstat (limited to 'src/mongo/db/repl/topology_coordinator.h')
-rw-r--r--src/mongo/db/repl/topology_coordinator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/repl/topology_coordinator.h b/src/mongo/db/repl/topology_coordinator.h
index 2de3df6d95c..4fda590d021 100644
--- a/src/mongo/db/repl/topology_coordinator.h
+++ b/src/mongo/db/repl/topology_coordinator.h
@@ -714,6 +714,7 @@ public:
kElectionTimeout,
kPriorityTakeover,
kStepUpRequest,
+ kStepUpRequestSkipDryRun,
kCatchupTakeover,
kSingleNodePromptElection
};