You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Joseph Percivall (JIRA)" <ji...@apache.org> on 2016/12/08 22:29:58 UTC

[jira] [Created] (NIFI-3173) When creating a template Controller Services can end up being not properly scoped

Joseph Percivall created NIFI-3173:
--------------------------------------

             Summary: When creating a template Controller Services can end up being not properly scoped
                 Key: NIFI-3173
                 URL: https://issues.apache.org/jira/browse/NIFI-3173
             Project: Apache NiFi
          Issue Type: Bug
            Reporter: Joseph Percivall


Steps to reproduce:

1: From the root group create a Controller Service (ie. HttpContextMap)
2: Create two child process groups
3: In each child group create a processor that references the CS (ie. HandleHttpRequest and HandleHttpResponse)
4: Create a template of the two child PGs
5: Export the template
6: Import template into a clean instance
7: See the Controller service not scoped to the root level but instead scoped to one of the child PGs

I believe the template creation is grabbing the first instance of the CS when it sees it and ignores the other references, instead of taking it at the highest level. I also believe this is related to NIFI-3129

https://issues.apache.org/jira/browse/NIFI-3129



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