[ 
https://issues.apache.org/jira/browse/MINIFI-42?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15357986#comment-15357986
 ] 

ASF GitHub Bot commented on MINIFI-42:
--------------------------------------

GitHub user apiri opened a pull request:

    https://github.com/apache/nifi-minifi/pull/22

    MINIFI-42 Adjusting handling of the remote process group ID when locating 
parent group

    Adjusting handling of the remote process group ID when locating parent group

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apiri/nifi-minifi minifi-42

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi-minifi/pull/22.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 #22
    
----
commit 21cd935cfa84f364b527e250b6233ef2a1015598
Author: Aldrin Piri <[email protected]>
Date:   2016-06-27T19:16:21Z

    MINIFI-42 Adjusting handling of the remote process group ID when
    locating its parent group.

----


> ConfigTransformer does not honor Remote Process Group name/id
> -------------------------------------------------------------
>
>                 Key: MINIFI-42
>                 URL: https://issues.apache.org/jira/browse/MINIFI-42
>             Project: Apache NiFi MiNiFi
>          Issue Type: Bug
>          Components: Processing Configuration
>            Reporter: Aldrin Piri
>            Assignee: Aldrin Piri
>
> The config YAML uses the Remote Process Group name to establish identity for 
> the associated process group with the introduction of supporting multiple 
> such groups.  If this does not coincide with the Remote-Process-Group name, 
> there will be issues when trying to provide the appropriate connections as 
> evidenced by stacktraces such as:
> {quote}
> 2016-06-27 10:22:30,242 WARN [main] org.apache.nifi.web.server.JettyServer 
> Failed to start web server... shutting down.
> org.apache.nifi.controller.FlowSynchronizationException: 
> java.lang.NullPointerException
>         at 
> org.apache.nifi.controller.StandardFlowSynchronizer.sync(StandardFlowSynchronizer.java:317)
>  ~[nifi-framework-core-0.6.1.jar:0.6.1]
> {quote}
> or 
> {quote}
> java.lang.Exception: Unable to load flow due to: 
> org.apache.nifi.controller.FlowSynchronizationException: 
> java.lang.RuntimeException: Found Invalid Connectable ID for Destination: 
> 8644cbcc-a45c-40e0-964d-5e536e2ada61
>       at org.apache.nifi.minifi.MiNiFiServer.start(MiNiFiServer.java:92) 
> [minifi-runtime-0.0.1-SNAPSHOT.jar:0.0.1-SNAPSHOT]
>       at org.apache.nifi.minifi.MiNiFi.<init>(MiNiFi.java:133) 
> [minifi-runtime-0.0.1-SNAPSHOT.jar:0.0.1-SNAPSHOT]
>       at org.apache.nifi.minifi.MiNiFi.main(MiNiFi.java:228) 
> [minifi-runtime-0.0.1-SNAPSHOT.jar:0.0.1-SNAPSHOT]
> Caused by: org.apache.nifi.controller.FlowSynchronizationException: 
> java.lang.RuntimeException: Found Invalid Connectable ID for Destination: 
> 8644cbcc-a45c-40e0-964d-5e536e2ada61
> {quote}



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

Reply via email to