Details
-
Task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
At Twitter we've seen the observer web UI take up to 1.5 minutes to respond to requests. Further investigation revealed that the observer was CPU bound while calculating disk usage of a container with 500k files. Mesos already calculates task's disk usage, the Observer could fetch the metrics from Mesos instead of calculating them itself.