@@ -204,40 +204,40 @@ following fields:
204
204
member. The :data:`~replSetGetStatus.term` is used by the
205
205
distributed consensus algorithm to ensure correctness.
206
206
207
- .. data:: replSetGetStatus.syncingTo
207
+ .. data:: replSetGetStatus.syncingTo
208
208
209
- .. deprecated:: 4.0
209
+ .. deprecated:: 4.0, 3.6.6, 3.4.16
210
210
211
- Starting in MongoDB 4.0, MongoDB deprecates
212
- :data:`~replSetGetStatus.syncingTo`. See
213
- :data:`replSetGetStatus.syncSourceHost` instead.
211
+ Starting in MongoDB 4.0 (and 3.6.6, 3.4.16) , MongoDB deprecates
212
+ :data:`~replSetGetStatus.syncingTo`. See
213
+ :data:`replSetGetStatus.syncSourceHost` instead.
214
214
215
- The ``syncingTo`` field holds the hostname of the member from
216
- which this instance syncs. If this instance is a primary, returns
217
- an empty string ``""``.
215
+ The ``syncingTo`` field holds the hostname of the member from
216
+ which this instance syncs. If this instance is a primary, returns
217
+ an empty string ``""``.
218
218
219
- .. data:: replSetGetStatus.syncSourceHost
219
+ .. data:: replSetGetStatus.syncSourceHost
220
220
221
- .. versionadded:: 4.0
221
+ .. versionadded:: 4.0, 3.6.6, 3.4.16
222
222
223
- The :data:`~replSetGetStatus.syncSourceHost` field holds the
224
- hostname of the member from which this instance syncs.
223
+ The :data:`~replSetGetStatus.syncSourceHost` field holds the
224
+ hostname of the member from which this instance syncs.
225
225
226
- If this instance is a primary,
227
- :data:`~replSetGetStatus.syncSourceHost` is an empty string and
228
- the :data:`~replSetGetStatus.syncSourceId` ``-1``.
226
+ If this instance is a primary,
227
+ :data:`~replSetGetStatus.syncSourceHost` is an empty string and
228
+ the :data:`~replSetGetStatus.syncSourceId` ``-1``.
229
229
230
- .. data:: replSetGetStatus.syncSourceId
230
+ .. data:: replSetGetStatus.syncSourceId
231
231
232
- .. versionadded:: 4.0
232
+ .. versionadded:: 4.0, 3.6.6, 3.4.16
233
233
234
- The :data:`~replSetGetStatus.syncSourceId` field holds the
235
- :data:`replSetGetStatus.members[n]._id` of the member from which
236
- this instance syncs.
234
+ The :data:`~replSetGetStatus.syncSourceId` field holds the
235
+ :data:`replSetGetStatus.members[n]._id` of the member from which
236
+ this instance syncs.
237
237
238
- If this instance is a primary,
239
- :data:`~replSetGetStatus.syncSourceHost` is an empty string and
240
- the :data:`~replSetGetStatus.syncSourceId` ``-1``.
238
+ If this instance is a primary,
239
+ :data:`~replSetGetStatus.syncSourceHost` is an empty string and
240
+ the :data:`~replSetGetStatus.syncSourceId` ``-1``.
241
241
242
242
.. data:: replSetGetStatus.heartbeatIntervalMillis
243
243
@@ -455,9 +455,9 @@ following fields:
455
455
456
456
.. data:: replSetGetStatus.members[n].syncingTo
457
457
458
- .. deprecated:: 4.0
458
+ .. deprecated:: 4.0, 3.6.6, 3.4.16
459
459
460
- Starting in MongoDB 4.0, MongoDB deprecates
460
+ Starting in MongoDB 4.0 (and 3.6.6, 3.4.16) , MongoDB deprecates
461
461
:data:`~replSetGetStatus.members[n].syncingTo`. See
462
462
:data:`replSetGetStatus.members[n].syncSourceHost` instead.
463
463
@@ -467,7 +467,7 @@ following fields:
467
467
468
468
.. data:: replSetGetStatus.members[n].syncSourceHost
469
469
470
- .. versionadded:: 4.0
470
+ .. versionadded:: 4.0, 3.6.6, 3.4.16
471
471
472
472
The :data:`~replSetGetStatus.members[n].syncSourceHost` field
473
473
holds the hostname of the member from which this instance syncs.
@@ -479,7 +479,7 @@ following fields:
479
479
480
480
.. data:: replSetGetStatus.members[n].syncSourceId
481
481
482
- .. versionadded:: 4.0
482
+ .. versionadded:: 4.0, 3.6.6, 3.4.16
483
483
484
484
The :data:`~replSetGetStatus.members[n].syncSourceId` field holds
485
485
the :data:`replSetGetStatus.members[n]._id` value of the
0 commit comments