Description
During Marathon scale testing we encountered a display bug where the Mesos Web UI would show -4.064304448547773e-11 Idle CPUs in the Resources overview.
To reproduce, we started:
"cmd": "python -m SimpleHTTPServer $PORT0",
"cpus": 0.0001,
"instances": 2000,
"mem": 32,
Attachments
Attachments
Issue Links
- is duplicated by
-
MESOS-3221 Mesos UI does not properly deal with small/large numbers
- Resolved
- is related to
-
MESOS-3221 Mesos UI does not properly deal with small/large numbers
- Resolved
-
MESOS-3997 Switch to fixed-point for resources
- Accepted