You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Mark Payne (JIRA)" <ji...@apache.org> on 2014/12/10 18:21:12 UTC

[jira] [Resolved] (NIFI-19) Pulling from RemoteProcessGroup where remote NiFi has only an Output Port available to the puller results in no data being transferred

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

Mark Payne resolved NIFI-19.
----------------------------
    Resolution: Fixed

This was addressed before the initial code import and so no changes have been committed against this ticket.

> Pulling from RemoteProcessGroup where remote NiFi has only an Output Port available to the puller results in no data being transferred
> --------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: NIFI-19
>                 URL: https://issues.apache.org/jira/browse/NIFI-19
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Core Framework
>            Reporter: Matt Gilman
>             Fix For: 0.0.1
>
>
> #refreshPeers method of StandardRemoteProcessGroup should check both input & output ports but there's a bug if no input ports. Should be:
> Set<RemoteGroupPort> ports = getInputPorts();
> if (ports.isEmpty()) 
> { ports = getOutputPorts; }
> if (ports.isEmpty())
> { return; }



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