@@ -669,8 +669,6 @@ following fields:
669669
670670.. data:: replSetGetStatus.term
671671
672- .. versionadded:: 3.2
673-
674672 The election count for the replica set, as known to this replica set
675673 member. The :data:`~replSetGetStatus.term` is used by the
676674 distributed consensus algorithm to ensure correctness.
@@ -683,8 +681,6 @@ following fields:
683681
684682.. data:: replSetGetStatus.syncSourceHost
685683
686- .. versionadded:: 4.0, 3.6.6, 3.4.16
687-
688684 The :data:`~replSetGetStatus.syncSourceHost` field holds the
689685 hostname of the member from which this instance syncs.
690686
@@ -694,8 +690,6 @@ following fields:
694690
695691.. data:: replSetGetStatus.syncSourceId
696692
697- .. versionadded:: 4.0, 3.6.6, 3.4.16
698-
699693 The :data:`~replSetGetStatus.syncSourceId` field holds the
700694 :data:`replSetGetStatus.members[n]._id` of the member from which
701695 this instance syncs.
@@ -706,8 +700,6 @@ following fields:
706700
707701.. data:: replSetGetStatus.heartbeatIntervalMillis
708702
709- .. versionadded:: 3.2
710-
711703 The frequency in milliseconds of the heartbeats.
712704
713705.. data:: replSetGetStatus.majorityVoteCount
@@ -744,8 +736,6 @@ following fields:
744736
745737.. data:: replSetGetStatus.optimes
746738
747- .. versionadded:: 3.4
748-
749739 The ``optimes`` field holds a document that contains :term:`optimes
750740 <optime>` used to inspect replication progress. Starting in MongoDB
751741 4.2, the ``optimes`` include the corresponding ISODate-formatted
@@ -840,8 +830,6 @@ following fields:
840830
841831 A ``null`` value indicates that no stable checkpoint exists.
842832
843- .. versionadded:: 4.0
844-
845833.. data:: replSetGetStatus.lastStableRecoveryTimestamp
846834
847835 .. versionadded:: 4.2
@@ -1045,7 +1033,6 @@ following fields:
10451033
10461034.. data:: replSetGetStatus.initialSyncStatus
10471035
1048- .. versionadded:: 3.4
10491036
10501037 A document provides information on the progress and status of
10511038 :ref:`initial sync <replica-set-initial-sync>` on this member.
@@ -1054,55 +1041,42 @@ following fields:
10541041
10551042 .. data:: replSetGetStatus.initialSyncStatus.failedInitialSyncAttempts
10561043
1057- .. versionadded:: 3.4
10581044
10591045 The number of times the :ref:`initial sync
10601046 <replica-set-initial-sync>` failed and had to restart on this
10611047 member.
10621048
1063- .. include:: /includes/fact-rs-status-init-sync-availability.rst
10641049
10651050 .. data:: replSetGetStatus.initialSyncStatus.maxFailedInitialSyncAttempts
10661051
1067- .. versionadded:: 3.4
10681052
10691053 The maximum number of times the :ref:`initial sync
10701054 <replica-set-initial-sync>` can restart on this member before
10711055 the member shuts down.
10721056
1073- .. include:: /includes/fact-rs-status-init-sync-availability.rst
10741057
10751058 .. data:: replSetGetStatus.initialSyncStatus.initialSyncStart
10761059
1077- .. versionadded:: 3.4
10781060
10791061 The start timestamp of the :ref:`initial sync
10801062 <replica-set-initial-sync>` for this member.
10811063
1082- .. include:: /includes/fact-rs-status-init-sync-availability.rst
10831064
10841065 .. data:: replSetGetStatus.initialSyncStatus.initialSyncEnd
10851066
1086- .. versionadded:: 3.4
10871067
10881068 The end timestamp of the :ref:`initial sync
10891069 <replica-set-initial-sync>` for this member.
10901070
1091- .. include:: /includes/fact-rs-status-init-sync-availability.rst
1092-
10931071 .. data:: replSetGetStatus.initialSyncStatus.initialSyncElapsedMillis
10941072
1095- .. versionadded:: 3.4
1096-
10971073 The number of milliseconds between
10981074 :data:`~replSetGetStatus.initialSyncStatus.initialSyncStart` and
10991075 :data:`~replSetGetStatus.initialSyncStatus.initialSyncEnd`.
11001076
1101- .. include:: /includes/fact-rs-status-init-sync-availability.rst
11021077
11031078 .. data:: replSetGetStatus.initialSyncStatus.initialSyncAttempts
11041079
1105- .. versionadded:: 3.4
11061080
11071081 Array of documents where each document corresponds to a single
11081082 :ref:`initial sync <replica-set-initial-sync>` attempt. For example:
@@ -1161,11 +1135,9 @@ following fields:
11611135 See also
11621136 :data:`~replSetGetStatus.initialSyncStatus.failedInitialSyncAttempts`.
11631137
1164- .. include:: /includes/fact-rs-status-init-sync-availability.rst
11651138
11661139 .. data:: replSetGetStatus.initialSyncStatus.appliedOps
11671140
1168- .. versionadded:: 3.4
11691141
11701142 The number of ops that occurred after the :ref:`initial sync
11711143 <replica-set-initial-sync>` started and were applied after cloning
@@ -1175,11 +1147,9 @@ following fields:
11751147 to update its data set to reflect the current state of the
11761148 replica set.
11771149
1178- .. include:: /includes/fact-rs-status-init-sync-availability.rst
11791150
11801151 .. data:: replSetGetStatus.initialSyncStatus.initialSyncOplogStart
11811152
1182- .. versionadded:: 3.4
11831153
11841154 The start timestamp of the oplog application stage of the
11851155 :ref:`initial sync <replica-set-initial-sync>` where the
@@ -1190,11 +1160,9 @@ following fields:
11901160 to update its data set to reflect the current state of the
11911161 replica set.
11921162
1193- .. include:: /includes/fact-rs-status-init-sync-availability.rst
11941163
11951164 .. data:: replSetGetStatus.initialSyncStatus.initialSyncOplogEnd
11961165
1197- .. versionadded:: 3.4
11981166
11991167 The end timestamp of the oplog application stage of the
12001168 :ref:`initial sync <replica-set-initial-sync>` where the
@@ -1205,7 +1173,6 @@ following fields:
12051173 to update its data set to reflect the current state of the
12061174 replica set.
12071175
1208- .. include:: /includes/fact-rs-status-init-sync-availability.rst
12091176
12101177 .. data:: replSetGetStatus.initialSyncStatus.syncSourceUnreachableSince
12111178
@@ -1214,8 +1181,6 @@ following fields:
12141181 Only present if the if sync source is unavailable during the
12151182 current initial sync.
12161183
1217- .. include:: /includes/fact-rs-status-init-sync-availability.rst
1218-
12191184 .. versionadded:: 4.4
12201185
12211186 .. data:: replSetGetStatus.initialSyncStatus.currentOutageDurationMillis
@@ -1225,41 +1190,28 @@ following fields:
12251190 Only present if the if sync source is unavailable during the
12261191 current initial sync.
12271192
1228- .. include:: /includes/fact-rs-status-init-sync-availability.rst
1229-
12301193 .. versionadded:: 4.4
12311194
12321195 .. data:: replSetGetStatus.initialSyncStatus.totalTimeUnreachableMillis
12331196
12341197 The total time in milliseconds that the member has been
12351198 unavailable during the current initial sync.
12361199
1237- .. include:: /includes/fact-rs-status-init-sync-availability.rst
1238-
12391200 .. versionadded:: 4.4
12401201
12411202 .. data:: replSetGetStatus.initialSyncStatus.databases
12421203
1243- .. versionadded:: 3.4
1244-
12451204 Detail on the databases cloned during :ref:`initial sync
12461205 <replica-set-initial-sync>`.
12471206
1248- .. include:: /includes/fact-rs-status-init-sync-availability.rst
1249-
12501207 .. data:: replSetGetStatus.initialSyncStatus.databases.databasesCloned
12511208
1252- .. versionadded:: 3.4
12531209
12541210 Number of databases cloned during :ref:`initial sync
12551211 <replica-set-initial-sync>`.
12561212
1257- .. include:: /includes/fact-rs-status-init-sync-availability.rst
1258-
12591213 .. data:: replSetGetStatus.initialSyncStatus.databases.<dbname>
12601214
1261- .. versionadded:: 3.4
1262-
12631215 For each database, a document that returns information regarding
12641216 the progress of the cloning of that database.
12651217
@@ -1283,8 +1235,6 @@ following fields:
12831235 }
12841236 }
12851237
1286- .. include:: /includes/fact-rs-status-init-sync-availability.rst
1287-
12881238
12891239.. data:: replSetGetStatus.members
12901240
@@ -1346,8 +1296,6 @@ following fields:
13461296 Information regarding the last operation from the operation log that
13471297 this member has applied.
13481298
1349- .. versionchanged:: 3.2
1350-
13511299 ``optime`` returns a document that contains:
13521300
13531301 - ``ts``, the :ref:`Timestamp <document-bson-type-timestamp>` of
@@ -1359,8 +1307,6 @@ following fields:
13591307
13601308 .. data:: replSetGetStatus.members[n].optimeDurable
13611309
1362- .. versionadded:: 3.4
1363-
13641310 Information regarding the last operation from the operation log
13651311 that this member has applied to its journal.
13661312
@@ -1384,8 +1330,6 @@ following fields:
13841330
13851331 .. data:: replSetGetStatus.members[n].optimeDurableDate
13861332
1387- .. versionadded:: 3.4
1388-
13891333 An :term:`ISODate` formatted date string that reflects the last
13901334 entry from the :term:`oplog` that this member applied to its
13911335 journal.
@@ -1452,8 +1396,6 @@ following fields:
14521396
14531397 .. data:: replSetGetStatus.members[n].syncSourceHost
14541398
1455- .. versionadded:: 4.0, 3.6.6, 3.4.16
1456-
14571399 The :data:`~replSetGetStatus.members[n].syncSourceHost` field
14581400 holds the hostname of the member from which this instance syncs.
14591401
@@ -1464,8 +1406,6 @@ following fields:
14641406
14651407 .. data:: replSetGetStatus.members[n].syncSourceId
14661408
1467- .. versionadded:: 4.0, 3.6.6, 3.4.16
1468-
14691409 The :data:`~replSetGetStatus.members[n].syncSourceId` field holds
14701410 the :data:`replSetGetStatus.members[n]._id` value of the
14711411 :data:`~replSetGetStatus.members[n].syncSourceHost`.
0 commit comments