From 9a9b82e95a88c5ce25c958690c2d3365bc62bacc Mon Sep 17 00:00:00 2001 From: Samyukta Lanka Date: Wed, 16 Oct 2019 20:54:38 +0000 Subject: SERVER-43239 Fixed bug causing numCatchUpOps in repSetGetStatus to be incorrect (cherry picked from commit 71e4779b0da9e8d58dbb179c49b1a86c5e48c93d) SERVER-41512 Added tracking for metrics around a node voting in an election (cherry picked from commit 7538504cb584720c2cbbc6d44ea62d0743b41fcf) SERVER-41513 Track the time the new term oplog entry was written by primary and applied in secondary (cherry picked from commit efde009845f32d8de2d094088628e67608bfa419) --- src/mongo/db/repl/topology_coordinator.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mongo/db/repl/topology_coordinator.h') diff --git a/src/mongo/db/repl/topology_coordinator.h b/src/mongo/db/repl/topology_coordinator.h index e23f820fef3..db0bf31428d 100644 --- a/src/mongo/db/repl/topology_coordinator.h +++ b/src/mongo/db/repl/topology_coordinator.h @@ -306,6 +306,7 @@ public: const OpTimeAndWallTime readConcernMajorityOpTime; const BSONObj initialSyncStatus; const BSONObj electionCandidateMetrics; + const BSONObj electionParticipantMetrics; // boost::none if the storage engine does not support RTT, or if it does but does not // persist data to necessitate taking checkpoints. Timestamp::min() if a checkpoint is yet -- cgit v1.2.1