[
https://issues.apache.org/jira/browse/MESOS-3037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14901248#comment-14901248
]
Vinod Kone commented on MESOS-3037:
-----------------------------------
commit a2e740d36550b1bf7f6fe9ad3ec0242a7f9d7a74
Author: Guangya Liu <[email protected]>
Date: Mon Sep 21 12:10:20 2015 -0700
Changed function quiesce() to suppress().
Review: https://reviews.apache.org/r/38519
commit 9d15cd3eb9243abf07947b266a43791ce8d11d1e
Author: Guangya Liu <[email protected]>
Date: Mon Sep 21 12:09:19 2015 -0700
libprocess: Renamed suppress macro to SUPPRESS.
The macro suppress conflicts with suppress() for a call in master.
This patch updates macro suppress to SUPPRESS to resolve the conflict.
Review: https://reviews.apache.org/r/38544
commit 10ac36a15dad689bfc60741a8389aea2b55a8760
Author: Guangya Liu <[email protected]>
Date: Mon Sep 21 12:04:29 2015 -0700
Changed quiesceOffers to SuppressOffers.
Review: https://reviews.apache.org/r/38516
commit 705d6b57cf75373051fb7428aca00861fcca0b7b
Author: Guangya Liu <[email protected]>
Date: Mon Sep 21 12:03:55 2015 -0700
Updated QUIESCE to SUPPRESS in Mesos Call.
Review: https://reviews.apache.org/r/38514
> Add a SUPPRESS call to the scheduler
> ------------------------------------
>
> Key: MESOS-3037
> URL: https://issues.apache.org/jira/browse/MESOS-3037
> Project: Mesos
> Issue Type: Improvement
> Affects Versions: 0.25.0
> Reporter: Vinod Kone
> Assignee: Guangya Liu
> Labels: September23th
> Fix For: 0.25.0
>
>
> SUPPRESS call is the complement to the current REVIVE call i.e., it will
> inform Mesos to stop sending offers to the framework.
> For the scheduler driver to send only Call messages (MESOS-2913),
> DeactivateFrameworkMessage needs to be converted to Call(s). We can implement
> this by having the driver send a SUPPRESS call followed by a DECLINE call for
> outstanding offers.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)