[
https://issues.apache.org/jira/browse/NIFI-4075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16057966#comment-16057966
]
ASF subversion and git services commented on NIFI-4075:
-------------------------------------------------------
Commit 77e49b749e6ab0ab0e91827cb0a58680ad52d910 in nifi's branch
refs/heads/master from Joe Percivall
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=77e49b7 ]
NIFI-4075 Updating 'addRemoteProcessGroup' in StandardFlowSerializer to
properly use ScheduledStateLookup. This closes #1922.
> Inconsistent State for RPGs
> ---------------------------
>
> Key: NIFI-4075
> URL: https://issues.apache.org/jira/browse/NIFI-4075
> Project: Apache NiFi
> Issue Type: Bug
> Affects Versions: 1.3.0
> Reporter: Bryan Bende
> Assignee: Joseph Percivall
> Priority: Blocker
> Fix For: 1.4.0
>
>
> It was reported on the mailing list that RPGs were shown as
> enabled/transmitting in the UI, but were not actually running.
> After investigating, it appears this could be related to NIFI-3900 that was
> addressed in 1.3.0.
> That fix introduced a ScheduledStateLookUp which was used for determining the
> state of processors and ports, for example:
> https://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/serialization/StandardFlowSerializer.java#L354
> But it appears to not be used for RemoteGroupPorts:
> https://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/serialization/StandardFlowSerializer.java#L314
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)