You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2019/07/03 19:03:00 UTC

[jira] [Created] (MESOS-9880) Update SUPPRESS/REVIVE calls to return error codes / 200 OK.

Benjamin Mahler created MESOS-9880:
--------------------------------------

             Summary: Update SUPPRESS/REVIVE calls to return error codes / 200 OK.
                 Key: MESOS-9880
                 URL: https://issues.apache.org/jira/browse/MESOS-9880
             Project: Mesos
          Issue Type: Improvement
          Components: master, scheduler api
            Reporter: Benjamin Mahler


Currently, the SUPPRESS/REVIVE calls always return '202 Accepted' even if the call is invalid.

Instead, to be aligned with UPDATE_FRAMEWORK, these calls should:

-Return 200 OK if successful.
-Return appropriate error response if invalid or erroneous.

For the v0 driver, this means:

-Send back a FrameworkErrorMessage if invalid or erroneous.



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