You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Alexander Rukletsov (JIRA)" <ji...@apache.org> on 2018/07/31 13:26:00 UTC

[jira] [Created] (MESOS-9122) Batch '/state' requests in the Master actor.

Alexander Rukletsov created MESOS-9122:
------------------------------------------

             Summary: Batch '/state' requests in the Master actor.
                 Key: MESOS-9122
                 URL: https://issues.apache.org/jira/browse/MESOS-9122
             Project: Mesos
          Issue Type: Improvement
          Components: master
            Reporter: Alexander Rukletsov
            Assignee: Alexander Rukletsov


To reduce the impact of '/state'-related workloads on the Master actor and to increase the average response time when multiple '/state' requests are in the Master's mailbox, accumulate '/state' requests and process them in parallel while blocking the master actor only once.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)