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 2019/02/11 18:18:00 UTC

[jira] [Created] (MESOS-9563) Improve master's 'AcknowledgeOperationStatus' validation

Greg Mann created MESOS-9563:
--------------------------------

             Summary: Improve master's 'AcknowledgeOperationStatus' validation
                 Key: MESOS-9563
                 URL: https://issues.apache.org/jira/browse/MESOS-9563
             Project: Mesos
          Issue Type: Improvement
          Components: master, scheduler api
            Reporter: Greg Mann


Currently, the master quickly returns a 202 ACCEPTED response to schedulers for the ACKNOWLEDGE_OPERATION_STATUS call, with most validation that depends on the master's internal state being performed afterward in the {{acknowledgeOperationStatus()}} handler.

The master's HTTP code could instead perform this state-dependent validation before returning a response, improving the UX of the scheduler API.



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