[
https://issues.apache.org/jira/browse/NIFI-2687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15444857#comment-15444857
]
ASF GitHub Bot commented on NIFI-2687:
--------------------------------------
GitHub user ijokarumawak opened a pull request:
https://github.com/apache/nifi/pull/962
NIFI-2687: RPG Port ID was used instead of RPG ID
It caused "Error: Unable to find remote process group with id 'XXXX'" error
with modifying the transmitting toggle switch of an Input or Output port.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ijokarumawak/nifi nifi-2687
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/962.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #962
----
commit 2e34cc27bc4d0a1d797f7308657c1982056a185d
Author: Koji Kawamura <[email protected]>
Date: 2016-08-29T05:12:46Z
NIFI-2687: RPG Port ID was used instead of RPG ID
It caused "Error: Unable to find remote process group with id 'XXXX'" error
with modifying the transmitting toggle switch of an Input or Output port.
----
> RPGPort REST endpoint tries to retrieve RPG with RPGPort ID
> -----------------------------------------------------------
>
> Key: NIFI-2687
> URL: https://issues.apache.org/jira/browse/NIFI-2687
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Affects Versions: 1.0.0
> Reporter: Koji Kawamura
> Attachments: screenshot-1-ui-error-msg.png,
> screenshot-2-RemoteProcessGroupResource.png
>
>
> When I tried to modify the transmitting toggle switch of an Input or Output
> port, I got following error message:
> Error: Unable to find remote process group with id 'XXXX'
> Because the endpoint fetches RemoteProcessGroup using
> RemoteProccessGroupPort's ID. See the attached screenshots for detail.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)