Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-9213

Avoid double copying of master->framework messages when incrementing metrics.

    XMLWordPrintableJSON

Details

    Description

      When incrementing metrics, we currently do stuff like

      metrics.incrementEvent(devolve(evolve(message)));
      

      which is not efficient. We should update such callsites to avoid gratuitous conversions which could degrade performance when many events are being sent.

      Attachments

        Activity

          People

            bmahler Benjamin Mahler
            greggomann Greg Mann
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: