Jie Yu created MESOS-807:
----------------------------

             Summary: Discard is not propagated in process::dispatch.
                 Key: MESOS-807
                 URL: https://issues.apache.org/jira/browse/MESOS-807
             Project: Mesos
          Issue Type: Bug
    Affects Versions: 0.15.0
            Reporter: Jie Yu
            Assignee: Jie Yu


We would expect these two operations to behave the same:

Future<T> f = p->foo();
f.discard(); // Discards the future returned by foo().

Future<T> f = dispatch(p, P::foo);
f.discard(); // Currently, this will not discard the future returned by
                  // foo(), only discards the dispatch promise's future.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to