-
Type: Bug
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: 1.7.1
-
Component/s: Admin
-
None
-
ALL
Problem:
The web UI is showing null values for the "status" column in the ReplSet screen. See attached.
However, this is being report by rs.status()
> rs.status()
{
"set" : "leadpoint-replset0",
"date" : "Wed Oct 13 2010 20:43:14 GMT-0700 (PDT)",
"myState" : 1,
"members" : [
{
"_id" : 0,
"name" : "10.245.218.47:27000",
"health" : 1,
"state" : 7,
"stateStr" : "ARBITER",
"uptime" : 1067,
"optime" :
,
"optimeDate" : "Wed Dec 31 1969 16:00:00 GMT-0800 (PST)",
"lastHeartbeat" : "Wed Oct 13 2010 20:43:13 GMT-0700 (PDT)"
},
{
"_id" : 1,
"name" : "10.212.181.220:27000",
"health" : 1,
"state" : 2,
"stateStr" : "SECONDARY",
"uptime" : 1073,
"optime" :
,
"optimeDate" : "Wed Oct 13 2010 20:37:15 GMT-0700 (PDT)",
"lastHeartbeat" : "Wed Oct 13 2010 20:43:13 GMT-0700 (PDT)"
},
{
"_id" : 2,
"name" : "10.203.41.178:27000",
"health" : 1,
"state" : 2,
"stateStr" : "SECONDARY",
"uptime" : 1065,
"optime" :
,
"optimeDate" : "Wed Oct 13 2010 20:39:05 GMT-0700 (PDT)",
"lastHeartbeat" : "Wed Oct 13 2010 20:43:12 GMT-0700 (PDT)"
},
{
"_id" : 3,
"name" : "10.202.7.100:27000",
"health" : 1,
"state" : 2,
"stateStr" : "SECONDARY",
"uptime" : 1071,
"optime" :
,
"optimeDate" : "Wed Oct 13 2010 20:38:36 GMT-0700 (PDT)",
"lastHeartbeat" : "Wed Oct 13 2010 20:43:12 GMT-0700 (PDT)"
},
],
"ok" : 1
}
Reproduce:
- create a set
- log onto the web ui
Business Case:
- user experience