Details
-
Epic
-
Status: Accepted
-
Major
-
Resolution: Unresolved
-
None
-
None
-
Push-Gauge Migration
Description
Currently, the master / allocator / agent make use of several expensive pull-gauges. Not only do these cost CPU time on these actors, they also impose a latency penalty due to the trip through the event queue (see MESOS-8851).
We should ban pull-gauges on any actors that do non-trivial work and migrate all existing pull-gauges to push-gauges.
Attachments
Issue Links
- is related to
-
MESOS-9235 Add per-Process event queue counters in libprocess.
- Accepted
-
MESOS-9072 Improve performance of metrics snapshot.
- Accepted
- relates to
-
MESOS-8851 Introduce a push-based gauge.
- Resolved