You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2018/07/20 02:49:49 UTC

mesos git commit: Updated documentation of REVIVE call to clarify suppression and roles.

Repository: mesos
Updated Branches:
  refs/heads/master 914728317 -> a1848c613


Updated documentation of REVIVE call to clarify suppression and roles.

This closes #302


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/a1848c61
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/a1848c61
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/a1848c61

Branch: refs/heads/master
Commit: a1848c61381e9b3a78200f83cd8f210b3e390807
Parents: 9147283
Author: zois <zo...@poseidon.ics.forth.gr>
Authored: Thu Jul 19 19:41:51 2018 -0700
Committer: Benjamin Mahler <bm...@apache.org>
Committed: Thu Jul 19 19:49:38 2018 -0700

----------------------------------------------------------------------
 docs/scheduler-http-api.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/a1848c61/docs/scheduler-http-api.md
----------------------------------------------------------------------
diff --git a/docs/scheduler-http-api.md b/docs/scheduler-http-api.md
index 54d248e..3d7d789 100644
--- a/docs/scheduler-http-api.md
+++ b/docs/scheduler-http-api.md
@@ -229,7 +229,12 @@ HTTP/1.1 202 Accepted
 ```
 
 ### REVIVE
-Sent by the scheduler to remove any/all filters that it has previously set via `ACCEPT` or `DECLINE` calls.
+Sent by the scheduler to perform two actions:
+
+1. Place the scheduler's role(s) in a non-`SUPPRESS`ed state in order to once again receive offers. No-op if the role is not suppressed.
+2. Clears all filters for its role(s) that were previously set via `ACCEPT` and `DECLINE`.
+
+If no role is specified, the operation will apply to all of the scheduler's subscribed roles.
 
 ```
 REVIVE Request (JSON):