Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Medium
-
Resolution: Done
-
Affects Version/s: DC/OS 1.9.2
-
Fix Version/s: None
-
Component/s: dcos-ui
-
Labels:None
Description
I have a marathon health checks section as follows:
"healthChecks": [ { "gracePeriodSeconds": 60, "intervalSeconds": 10, "timeoutSeconds": 5, "maxConsecutiveFailures": 3, "portIndex": 0, "delaySeconds": 15, "protocol": "MESOS_TCP" }, { "gracePeriodSeconds": 60, "intervalSeconds": 10, "timeoutSeconds": 5, "maxConsecutiveFailures": 3, "portIndex": 1, "protocol": "TCP" }, { "gracePeriodSeconds": 60, "intervalSeconds": 10, "timeoutSeconds": 5, "maxConsecutiveFailures": 3, "delaySeconds": 15, "command": { "value": "/usr/local/bin/pgpool/has_enough_backends.sh" }, "protocol": "COMMAND" } ],
The UI for Marathon on DC/OS v1.9.2 doesn't show the health checks as executing. It also doesn't appear to parse the JSON correctly for the edit dialog.
See attached screen shots.