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)