You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Matt Gilman (JIRA)" <ji...@apache.org> on 2014/12/08 15:28:12 UTC

[jira] [Created] (NIFI-129) Root Group Ports show that they are not transmitting even when there are active threads receiving data

Matt Gilman created NIFI-129:
--------------------------------

             Summary: Root Group Ports show that they are not transmitting even when there are active threads receiving data
                 Key: NIFI-129
                 URL: https://issues.apache.org/jira/browse/NIFI-129
             Project: Apache NiFi
          Issue Type: Bug
          Components: Core Framework
            Reporter: Matt Gilman
            Priority: Minor


if (requestQueue.isEmtpy())
{ return false; }

In this case, we should not return false if there are threads actively receiving data.



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