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

ASF GitHub Bot commented on NIFI-1800:
--------------------------------------

Github user mcgilman commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/431#discussion_r62776196
  
    --- Diff: 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/reporting/AbstractReportingTaskNode.java
 ---
    @@ -254,4 +254,9 @@ public void verifyCanStart(final 
Set<ControllerServiceNode> ignoredReferences) {
         public String toString() {
             return "ReportingTask[id=" + getIdentifier() + ", name=" + 
getName() + "]";
         }
    +
    +    @Override
    +    protected String getProcessGroupIdentifier() {
    +        return "root";
    --- End diff --
    
    ReportingTasks should still be scoped globally (by the Controller if you 
will).


> Scope Controller Services by Process Group
> ------------------------------------------
>
>                 Key: NIFI-1800
>                 URL: https://issues.apache.org/jira/browse/NIFI-1800
>             Project: Apache NiFi
>          Issue Type: Sub-task
>          Components: Core Framework, Core UI
>            Reporter: Matt Gilman
>             Fix For: 1.0.0
>
>
> - Update framework to manage Controller Services by Process Group
> - Update Controller Service persistence to include Process Group



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

Reply via email to