You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Joseph Wu (JIRA)" <ji...@apache.org> on 2015/08/11 20:59:46 UTC

[jira] [Comment Edited] (MESOS-3069) Registry operations do not exist for manipulating maintanence schedules

    [ https://issues.apache.org/jira/browse/MESOS-3069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14658705#comment-14658705 ] 

Joseph Wu edited comment on MESOS-3069 at 8/11/15 6:59 PM:
-----------------------------------------------------------

Initial review (discarded): https://reviews.apache.org/r/37052/

New review chain (along with MESOS-2067):
| /maintenance/schedule | https://reviews.apache.org/r/37325/ |
| /maintenance/start | https://reviews.apache.org/r/37358/ |
| /maintenance/stop | https://reviews.apache.org/r/37362/ |


was (Author: kaysoky):
Review: https://reviews.apache.org/r/37052/

> Registry operations do not exist for manipulating maintanence schedules
> -----------------------------------------------------------------------
>
>                 Key: MESOS-3069
>                 URL: https://issues.apache.org/jira/browse/MESOS-3069
>             Project: Mesos
>          Issue Type: Task
>          Components: master, replicated log
>            Reporter: Joseph Wu
>            Assignee: Joseph Wu
>              Labels: mesosphere
>
> In order to modify the maintenance schedule in the replicated registry, we will need Operations (src/master/registrar.hpp).
> The operations will likely correspond to the HTTP API:
> * UpdateMaintenanceSchedule: Given a blob representing a maintenance schedule, perform some verification on the blob.  Write the blob to the registry.  
> * StartMaintenance:  Given a set of machines, verify then transition machines from Draining to Deactivated.
> * StopMaintenance:  Given a set of machines, verify then transition machines from Deactivated to Normal.  Remove affected machines from the schedule(s).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)