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

[jira] [Updated] (MESOS-2622) Document the semantic change in decorator return values

     [ https://issues.apache.org/jira/browse/MESOS-2622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adam B updated MESOS-2622:
--------------------------
    Shepherd: Adam B
      Labels: mesosphere  (was: )

> Document the semantic change in decorator return values
> -------------------------------------------------------
>
>                 Key: MESOS-2622
>                 URL: https://issues.apache.org/jira/browse/MESOS-2622
>             Project: Mesos
>          Issue Type: Documentation
>            Reporter: Niklas Quarfot Nielsen
>            Assignee: Niklas Quarfot Nielsen
>              Labels: mesosphere
>
> In order to enable decorator modules to _remove_ metadata (environment variables or labels), we changed the meaning of the return value for decorator hooks.
> The Result<T> return values means:
> ||State||Before||After||
> |Error|Error is propagated to the call-site|No change|
> |None|The result of the decorator is not applied|No change|
> |Some|The result of the decorator is *appended*|The result of the decorator *overwrites* the final labels/environment object|



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