@@ -175,6 +175,8 @@ Example
175
175
"t" : NumberLong(3)
176
176
},
177
177
"optimeDate" : ISODate("2020-03-05T05:24:38Z"),
178
+ "lastAppliedWallTime": ISODate("2020-03-05T05:24:38Z"),
179
+ "lastDurableWallTime": ISODate("2020-03-05T05:24:38Z"),
178
180
"syncSourceHost" : "",
179
181
"syncSourceId" : -1,
180
182
"infoMessage" : "",
@@ -202,6 +204,8 @@ Example
202
204
},
203
205
"optimeDate" : ISODate("2020-03-05T05:24:38Z"),
204
206
"optimeDurableDate" : ISODate("2020-03-05T05:24:38Z"),
207
+ "lastAppliedWallTime": ISODate("2020-03-05T05:24:38Z"),
208
+ "lastDurableWallTime": ISODate("2020-03-05T05:24:38Z"),
205
209
"lastHeartbeat" : ISODate("2020-03-05T05:24:44.114Z"),
206
210
"lastHeartbeatRecv" : ISODate("2020-03-05T05:24:43.999Z"),
207
211
"pingMs" : NumberLong(0),
@@ -228,6 +232,8 @@ Example
228
232
},
229
233
"optimeDate" : ISODate("2020-03-05T05:24:38Z"),
230
234
"optimeDurableDate" : ISODate("2020-03-05T05:24:38Z"),
235
+ "lastAppliedWallTime": ISODate("2020-03-05T05:24:38Z"),
236
+ "lastDurableWallTime": ISODate("2020-03-05T05:24:38Z"),
231
237
"lastHeartbeat" : ISODate("2020-03-05T05:24:44.114Z"),
232
238
"lastHeartbeatRecv" : ISODate("2020-03-05T05:24:43.998Z"),
233
239
"pingMs" : NumberLong(0),
@@ -336,6 +342,8 @@ Example
336
342
},
337
343
"optimeDate" : ISODate("2020-03-05T05:26:58Z"),
338
344
"optimeDurableDate" : ISODate("2020-03-05T05:26:58Z"),
345
+ "lastAppliedWallTime": ISODate("2020-03-05T05:26:58Z"),
346
+ "lastDurableWallTime": ISODate("2020-03-05T05:26:58Z"),
339
347
"lastHeartbeat" : ISODate("2020-03-05T05:27:06.165Z"),
340
348
"lastHeartbeatRecv" : ISODate("2020-03-05T05:27:06.329Z"),
341
349
"pingMs" : NumberLong(0),
@@ -359,6 +367,8 @@ Example
359
367
"t" : NumberLong(3)
360
368
},
361
369
"optimeDate" : ISODate("2020-03-05T05:26:58Z"),
370
+ "lastAppliedWallTime": ISODate("2020-03-05T05:26:58Z"),
371
+ "lastDurableWallTime": ISODate("2020-03-05T05:26:58Z"),
362
372
"syncSourceHost" : "m3.example.net:27017",
363
373
"syncSourceId" : 2,
364
374
"infoMessage" : "",
@@ -384,6 +394,8 @@ Example
384
394
},
385
395
"optimeDate" : ISODate("2020-03-05T05:26:58Z"),
386
396
"optimeDurableDate" : ISODate("2020-03-05T05:26:58Z"),
397
+ "lastAppliedWallTime": ISODate("2020-03-05T05:26:58Z"),
398
+ "lastDurableWallTime": ISODate("2020-03-05T05:26:58Z"),
387
399
"lastHeartbeat" : ISODate("2020-03-05T05:27:06.165Z"),
388
400
"lastHeartbeatRecv" : ISODate("2020-03-05T05:27:06.165Z"),
389
401
"pingMs" : NumberLong(0),
@@ -608,6 +620,8 @@ Example
608
620
},
609
621
"optimeDate" : ISODate("1970-01-01T00:00:00Z"),
610
622
"optimeDurableDate" : ISODate("1970-01-01T00:00:00Z"),
623
+ "lastAppliedWallTime": ISODate("1970-01-01T00:00:00Z"),
624
+ "lastDurableWallTime": ISODate("1970-01-01T00:00:00Z""),
611
625
"lastHeartbeat" : ISODate("2020-03-05T18:04:23.827Z"),
612
626
"lastHeartbeatRecv" : ISODate("2020-03-05T18:04:15.062Z"),
613
627
"pingMs" : NumberLong(0),
@@ -629,6 +643,8 @@ Example
629
643
"t" : NumberLong(-1)
630
644
},
631
645
"optimeDate" : ISODate("1970-01-01T00:00:00Z"),
646
+ "lastAppliedWallTime": ISODate("1970-01-01T00:00:00Z"),
647
+ "lastDurableWallTime": ISODate("1970-01-01T00:00:00Z""),
632
648
"syncSourceHost" : "m1.example.net:27017",
633
649
"syncSourceId" : 0,
634
650
"infoMessage" : "",
@@ -1390,6 +1406,22 @@ following fields:
1390
1406
entry from the :term:`oplog` that this member applied to its
1391
1407
journal.
1392
1408
1409
+ .. data:: replSetGetStatus.members[n].lastAppliedWallTime
1410
+
1411
+ .. versionadded:: 5.0.5
1412
+
1413
+ An :term:`ISODate` formatted date string reflecting the wall clock
1414
+ time at which the last operation applied by this member of the
1415
+ replica set was applied on the primary node.
1416
+
1417
+ .. data:: replSetGetStatus.members[n].lastDurableWallTime
1418
+
1419
+ .. versionadded:: 5.0.5
1420
+
1421
+ An :term:`ISODate` formatted date string reflecting the wall clock
1422
+ time at which the last operation written to this member's journal
1423
+ was first applied on the primary node.
1424
+
1393
1425
.. data:: replSetGetStatus.members[n].electionTime
1394
1426
1395
1427
For the current primary, information regarding the election
0 commit comments