You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Greg Mann (JIRA)" <ji...@apache.org> on 2018/01/11 22:20:00 UTC

[jira] [Created] (MESOS-8439) Refactor master's 'updateOperation()' to not accept an update message

Greg Mann created MESOS-8439:
--------------------------------

             Summary: Refactor master's 'updateOperation()' to not accept an update message
                 Key: MESOS-8439
                 URL: https://issues.apache.org/jira/browse/MESOS-8439
             Project: Mesos
          Issue Type: Improvement
          Components: master
            Reporter: Greg Mann


We've discovered that we need to update operations in the master state upon receipt of either UpdateSlaveMessage or UpdateOperationStatusMessage - whichever arrives first. We should change the {{updateOperation()}} helper in the master to not accept an {{UpdateOperationStatusMessage}} as a parameter (perhaps accepting the statuses directly instead), in order to make this helper friendlier to the callsite in {{updateSlave()}}.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)