|
New output:
> rs.status()
|
{
|
"set" : "test",
|
"date" : ISODate("2016-03-22T15:36:01.075Z"),
|
"myState" : 1,
|
"term" : NumberLong(4),
|
"heartbeatIntervalMillis" : NumberLong(2000),
|
"optimes" : {
|
"lastCommittedOpTime" : {
|
"ts" : Timestamp(1458660954, 1),
|
"t" : NumberLong(4)
|
},
|
"appliedOpTime" : {
|
"ts" : Timestamp(1458660954, 1),
|
"t" : NumberLong(4)
|
},
|
"durableOpTime" : {
|
"ts" : Timestamp(1458660954, 1),
|
"t" : NumberLong(4)
|
}
|
},
|
"members" : [
|
{
|
"_id" : 0,
|
"name" : "tart.local:27017",
|
"health" : 1,
|
"state" : 1,
|
"stateStr" : "PRIMARY",
|
"uptime" : 9,
|
"optime" : {
|
"ts" : Timestamp(1458660954, 1),
|
"t" : NumberLong(4)
|
},
|
"optimeDate" : ISODate("2016-03-22T15:35:54Z"),
|
"infoMessage" : "could not find member to sync from",
|
"electionTime" : Timestamp(1458660953, 1),
|
"electionDate" : ISODate("2016-03-22T15:35:53Z"),
|
"configVersion" : 1,
|
"self" : true
|
|