@@ -669,8 +669,6 @@ following fields:
669
669
670
670
.. data:: replSetGetStatus.term
671
671
672
- .. versionadded:: 3.2
673
-
674
672
The election count for the replica set, as known to this replica set
675
673
member. The :data:`~replSetGetStatus.term` is used by the
676
674
distributed consensus algorithm to ensure correctness.
@@ -683,8 +681,6 @@ following fields:
683
681
684
682
.. data:: replSetGetStatus.syncSourceHost
685
683
686
- .. versionadded:: 4.0, 3.6.6, 3.4.16
687
-
688
684
The :data:`~replSetGetStatus.syncSourceHost` field holds the
689
685
hostname of the member from which this instance syncs.
690
686
@@ -694,8 +690,6 @@ following fields:
694
690
695
691
.. data:: replSetGetStatus.syncSourceId
696
692
697
- .. versionadded:: 4.0, 3.6.6, 3.4.16
698
-
699
693
The :data:`~replSetGetStatus.syncSourceId` field holds the
700
694
:data:`replSetGetStatus.members[n]._id` of the member from which
701
695
this instance syncs.
@@ -706,8 +700,6 @@ following fields:
706
700
707
701
.. data:: replSetGetStatus.heartbeatIntervalMillis
708
702
709
- .. versionadded:: 3.2
710
-
711
703
The frequency in milliseconds of the heartbeats.
712
704
713
705
.. data:: replSetGetStatus.majorityVoteCount
@@ -744,8 +736,6 @@ following fields:
744
736
745
737
.. data:: replSetGetStatus.optimes
746
738
747
- .. versionadded:: 3.4
748
-
749
739
The ``optimes`` field holds a document that contains :term:`optimes
750
740
<optime>` used to inspect replication progress. Starting in MongoDB
751
741
4.2, the ``optimes`` include the corresponding ISODate-formatted
@@ -840,8 +830,6 @@ following fields:
840
830
841
831
A ``null`` value indicates that no stable checkpoint exists.
842
832
843
- .. versionadded:: 4.0
844
-
845
833
.. data:: replSetGetStatus.lastStableRecoveryTimestamp
846
834
847
835
.. versionadded:: 4.2
@@ -1045,7 +1033,6 @@ following fields:
1045
1033
1046
1034
.. data:: replSetGetStatus.initialSyncStatus
1047
1035
1048
- .. versionadded:: 3.4
1049
1036
1050
1037
A document provides information on the progress and status of
1051
1038
:ref:`initial sync <replica-set-initial-sync>` on this member.
@@ -1054,55 +1041,42 @@ following fields:
1054
1041
1055
1042
.. data:: replSetGetStatus.initialSyncStatus.failedInitialSyncAttempts
1056
1043
1057
- .. versionadded:: 3.4
1058
1044
1059
1045
The number of times the :ref:`initial sync
1060
1046
<replica-set-initial-sync>` failed and had to restart on this
1061
1047
member.
1062
1048
1063
- .. include:: /includes/fact-rs-status-init-sync-availability.rst
1064
1049
1065
1050
.. data:: replSetGetStatus.initialSyncStatus.maxFailedInitialSyncAttempts
1066
1051
1067
- .. versionadded:: 3.4
1068
1052
1069
1053
The maximum number of times the :ref:`initial sync
1070
1054
<replica-set-initial-sync>` can restart on this member before
1071
1055
the member shuts down.
1072
1056
1073
- .. include:: /includes/fact-rs-status-init-sync-availability.rst
1074
1057
1075
1058
.. data:: replSetGetStatus.initialSyncStatus.initialSyncStart
1076
1059
1077
- .. versionadded:: 3.4
1078
1060
1079
1061
The start timestamp of the :ref:`initial sync
1080
1062
<replica-set-initial-sync>` for this member.
1081
1063
1082
- .. include:: /includes/fact-rs-status-init-sync-availability.rst
1083
1064
1084
1065
.. data:: replSetGetStatus.initialSyncStatus.initialSyncEnd
1085
1066
1086
- .. versionadded:: 3.4
1087
1067
1088
1068
The end timestamp of the :ref:`initial sync
1089
1069
<replica-set-initial-sync>` for this member.
1090
1070
1091
- .. include:: /includes/fact-rs-status-init-sync-availability.rst
1092
-
1093
1071
.. data:: replSetGetStatus.initialSyncStatus.initialSyncElapsedMillis
1094
1072
1095
- .. versionadded:: 3.4
1096
-
1097
1073
The number of milliseconds between
1098
1074
:data:`~replSetGetStatus.initialSyncStatus.initialSyncStart` and
1099
1075
:data:`~replSetGetStatus.initialSyncStatus.initialSyncEnd`.
1100
1076
1101
- .. include:: /includes/fact-rs-status-init-sync-availability.rst
1102
1077
1103
1078
.. data:: replSetGetStatus.initialSyncStatus.initialSyncAttempts
1104
1079
1105
- .. versionadded:: 3.4
1106
1080
1107
1081
Array of documents where each document corresponds to a single
1108
1082
:ref:`initial sync <replica-set-initial-sync>` attempt. For example:
@@ -1161,11 +1135,9 @@ following fields:
1161
1135
See also
1162
1136
:data:`~replSetGetStatus.initialSyncStatus.failedInitialSyncAttempts`.
1163
1137
1164
- .. include:: /includes/fact-rs-status-init-sync-availability.rst
1165
1138
1166
1139
.. data:: replSetGetStatus.initialSyncStatus.appliedOps
1167
1140
1168
- .. versionadded:: 3.4
1169
1141
1170
1142
The number of ops that occurred after the :ref:`initial sync
1171
1143
<replica-set-initial-sync>` started and were applied after cloning
@@ -1175,11 +1147,9 @@ following fields:
1175
1147
to update its data set to reflect the current state of the
1176
1148
replica set.
1177
1149
1178
- .. include:: /includes/fact-rs-status-init-sync-availability.rst
1179
1150
1180
1151
.. data:: replSetGetStatus.initialSyncStatus.initialSyncOplogStart
1181
1152
1182
- .. versionadded:: 3.4
1183
1153
1184
1154
The start timestamp of the oplog application stage of the
1185
1155
:ref:`initial sync <replica-set-initial-sync>` where the
@@ -1190,11 +1160,9 @@ following fields:
1190
1160
to update its data set to reflect the current state of the
1191
1161
replica set.
1192
1162
1193
- .. include:: /includes/fact-rs-status-init-sync-availability.rst
1194
1163
1195
1164
.. data:: replSetGetStatus.initialSyncStatus.initialSyncOplogEnd
1196
1165
1197
- .. versionadded:: 3.4
1198
1166
1199
1167
The end timestamp of the oplog application stage of the
1200
1168
:ref:`initial sync <replica-set-initial-sync>` where the
@@ -1205,7 +1173,6 @@ following fields:
1205
1173
to update its data set to reflect the current state of the
1206
1174
replica set.
1207
1175
1208
- .. include:: /includes/fact-rs-status-init-sync-availability.rst
1209
1176
1210
1177
.. data:: replSetGetStatus.initialSyncStatus.syncSourceUnreachableSince
1211
1178
@@ -1214,8 +1181,6 @@ following fields:
1214
1181
Only present if the if sync source is unavailable during the
1215
1182
current initial sync.
1216
1183
1217
- .. include:: /includes/fact-rs-status-init-sync-availability.rst
1218
-
1219
1184
.. versionadded:: 4.4
1220
1185
1221
1186
.. data:: replSetGetStatus.initialSyncStatus.currentOutageDurationMillis
@@ -1225,41 +1190,28 @@ following fields:
1225
1190
Only present if the if sync source is unavailable during the
1226
1191
current initial sync.
1227
1192
1228
- .. include:: /includes/fact-rs-status-init-sync-availability.rst
1229
-
1230
1193
.. versionadded:: 4.4
1231
1194
1232
1195
.. data:: replSetGetStatus.initialSyncStatus.totalTimeUnreachableMillis
1233
1196
1234
1197
The total time in milliseconds that the member has been
1235
1198
unavailable during the current initial sync.
1236
1199
1237
- .. include:: /includes/fact-rs-status-init-sync-availability.rst
1238
-
1239
1200
.. versionadded:: 4.4
1240
1201
1241
1202
.. data:: replSetGetStatus.initialSyncStatus.databases
1242
1203
1243
- .. versionadded:: 3.4
1244
-
1245
1204
Detail on the databases cloned during :ref:`initial sync
1246
1205
<replica-set-initial-sync>`.
1247
1206
1248
- .. include:: /includes/fact-rs-status-init-sync-availability.rst
1249
-
1250
1207
.. data:: replSetGetStatus.initialSyncStatus.databases.databasesCloned
1251
1208
1252
- .. versionadded:: 3.4
1253
1209
1254
1210
Number of databases cloned during :ref:`initial sync
1255
1211
<replica-set-initial-sync>`.
1256
1212
1257
- .. include:: /includes/fact-rs-status-init-sync-availability.rst
1258
-
1259
1213
.. data:: replSetGetStatus.initialSyncStatus.databases.<dbname>
1260
1214
1261
- .. versionadded:: 3.4
1262
-
1263
1215
For each database, a document that returns information regarding
1264
1216
the progress of the cloning of that database.
1265
1217
@@ -1283,8 +1235,6 @@ following fields:
1283
1235
}
1284
1236
}
1285
1237
1286
- .. include:: /includes/fact-rs-status-init-sync-availability.rst
1287
-
1288
1238
1289
1239
.. data:: replSetGetStatus.members
1290
1240
@@ -1346,8 +1296,6 @@ following fields:
1346
1296
Information regarding the last operation from the operation log that
1347
1297
this member has applied.
1348
1298
1349
- .. versionchanged:: 3.2
1350
-
1351
1299
``optime`` returns a document that contains:
1352
1300
1353
1301
- ``ts``, the :ref:`Timestamp <document-bson-type-timestamp>` of
@@ -1359,8 +1307,6 @@ following fields:
1359
1307
1360
1308
.. data:: replSetGetStatus.members[n].optimeDurable
1361
1309
1362
- .. versionadded:: 3.4
1363
-
1364
1310
Information regarding the last operation from the operation log
1365
1311
that this member has applied to its journal.
1366
1312
@@ -1384,8 +1330,6 @@ following fields:
1384
1330
1385
1331
.. data:: replSetGetStatus.members[n].optimeDurableDate
1386
1332
1387
- .. versionadded:: 3.4
1388
-
1389
1333
An :term:`ISODate` formatted date string that reflects the last
1390
1334
entry from the :term:`oplog` that this member applied to its
1391
1335
journal.
@@ -1452,8 +1396,6 @@ following fields:
1452
1396
1453
1397
.. data:: replSetGetStatus.members[n].syncSourceHost
1454
1398
1455
- .. versionadded:: 4.0, 3.6.6, 3.4.16
1456
-
1457
1399
The :data:`~replSetGetStatus.members[n].syncSourceHost` field
1458
1400
holds the hostname of the member from which this instance syncs.
1459
1401
@@ -1464,8 +1406,6 @@ following fields:
1464
1406
1465
1407
.. data:: replSetGetStatus.members[n].syncSourceId
1466
1408
1467
- .. versionadded:: 4.0, 3.6.6, 3.4.16
1468
-
1469
1409
The :data:`~replSetGetStatus.members[n].syncSourceId` field holds
1470
1410
the :data:`replSetGetStatus.members[n]._id` value of the
1471
1411
:data:`~replSetGetStatus.members[n].syncSourceHost`.
0 commit comments