You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Markus Weimer (JIRA)" <ji...@apache.org> on 2016/05/19 23:18:12 UTC

[jira] [Resolved] (REEF-1393) Consider active threads when checking applicationDispatcher.isEmpty

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

Markus Weimer resolved REEF-1393.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 0.15

Fixed via [#1007|https://github.com/apache/reef/pull/1007]

> Consider active threads when checking applicationDispatcher.isEmpty
> -------------------------------------------------------------------
>
>                 Key: REEF-1393
>                 URL: https://issues.apache.org/jira/browse/REEF-1393
>             Project: REEF
>          Issue Type: Bug
>          Components: REEF, REEF-Common
>            Reporter: Andrew Chung
>            Assignee: Andrew Chung
>             Fix For: 0.15
>
>
> The documentation of {{DispatchingEStage}} notes the following:
> {code}
>   /**
>    * Return true if there are no messages queued or in processing, false otherwise.
>    */
> {code}
> However, this currently only considers queued threads and doesn't consider running threads. We should modify it such that it considers running threads.



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