Greg Mann created MESOS-9213:
--------------------------------
Summary: Avoid multiple message conversions when incrementing
metrics
Key: MESOS-9213
URL: https://issues.apache.org/jira/browse/MESOS-9213
Project: Mesos
Issue Type: Improvement
Components: metrics, master
Affects Versions: 1.7.0
Reporter: Greg Mann
When incrementing metrics, we currently do stuff like
{code}
metrics.incrementEvent(devolve(evolve(message)));
{code}
which is not efficient. We should update such callsites to avoid gratuitous
conversions which could degrade performance when many events are being sent.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)