You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Yan Xu (JIRA)" <ji...@apache.org> on 2017/06/19 18:11:00 UTC

[jira] [Created] (MESOS-7694) Discarding process::loop doesn't stop the loop

Yan Xu created MESOS-7694:
-----------------------------

             Summary: Discarding process::loop doesn't stop the loop
                 Key: MESOS-7694
                 URL: https://issues.apache.org/jira/browse/MESOS-7694
             Project: Mesos
          Issue Type: Bug
          Components: libprocess
            Reporter: Yan Xu


When a loop's returned future is discarded, the loop would attempt to stop itself from progressing by propagating the discard to the future that {{iteration}} or {{body}} are blocked on. However for cases such as the run is dispatched and pending, or {{iteration}} or {{body}} are not blocked at all, discarding the loop doesn't stop it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)