You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Neil Conway (JIRA)" <ji...@apache.org> on 2016/08/01 09:19:20 UTC

[jira] [Created] (MESOS-5947) Optimize registry to avoid unnecessary storage writes

Neil Conway created MESOS-5947:
----------------------------------

             Summary: Optimize registry to avoid unnecessary storage writes
                 Key: MESOS-5947
                 URL: https://issues.apache.org/jira/browse/MESOS-5947
             Project: Mesos
          Issue Type: Improvement
          Components: master
            Reporter: Neil Conway
            Assignee: Neil Conway


If we apply a sequence of registry operations and none of those operations actually modify the registry, we can skip writing out the new registry state variable to the replicated log. This can be an important optimization, e.g., when the master fails over and a large number of agents attempt to reregister simultaneously. Since those agents already appear in the "admitted" list of agents in the registry, we don't need to do any replicated log writes.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)