[
https://issues.apache.org/jira/browse/NIFI-1800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15279286#comment-15279286
]
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_r62775762
--- Diff:
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/FlowController.java
---
@@ -262,7 +266,7 @@
private final RemoteSiteListener externalSiteListener;
private final AtomicReference<CounterRepository> counterRepositoryRef;
private final AtomicBoolean initialized = new AtomicBoolean(false);
- private final ControllerServiceProvider controllerServiceProvider;
+ private final StandardControllerServiceProvider
controllerServiceProvider;
--- End diff --
Should we need to be referring to the implementation type here?
> 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)