Neil Conway created MESOS-4580:
----------------------------------
Summary: Consider returning `202` (Accepted) for /reserve and
related endpoints
Key: MESOS-4580
URL: https://issues.apache.org/jira/browse/MESOS-4580
Project: Mesos
Issue Type: Bug
Components: master
Reporter: Neil Conway
We currently return {{200}} (OK) when a POST to {{/reserve}}, {{/unreserve}},
{{/create-volumes}}, and {{/destroy-volumes}} is validated successfully. This
is misleading, because the underlying operation is still dispatched
asynchronously and might subsequently fail. It would be more accurate to return
{{202}} (Accepted) instead.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)