File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -1350,12 +1350,14 @@ following fields:
1350
1350
1351
1351
.. data:: replSetGetStatus.members[n].uptime
1352
1352
1353
- The :data:`~replSetGetStatus.members[n].uptime` field holds a value
1354
- that reflects the number of seconds that this member has been
1355
- online.
1356
-
1357
- This value does not appear for the member that returns the
1358
- :method:`rs.status()` data.
1353
+ For the member on which the :dbcommand:`replSetGetStatus` command
1354
+ is run, :data:`~replSetGetStatus.members[n].uptime` is the
1355
+ the number of seconds the member has been online.
1356
+
1357
+ For the other members, :data:`~replSetGetStatus.members[n].uptime`
1358
+ is the number of seconds the member has been in continuous
1359
+ communication with the member on which the
1360
+ :dbcommand:`replSetGetStatus` command was run.
1359
1361
1360
1362
.. data:: replSetGetStatus.members[n].optime
1361
1363
You can’t perform that action at this time.
0 commit comments