[
https://issues.apache.org/jira/browse/NIFI-1963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16013126#comment-16013126
]
ASF GitHub Bot commented on NIFI-1963:
--------------------------------------
Github user markap14 commented on a diff in the pull request:
https://github.com/apache/nifi/pull/1812#discussion_r116860008
--- Diff:
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/StandardFlowSynchronizer.java
---
@@ -990,23 +1015,6 @@ private void updateProcessor(final ProcessorNode
procNode, final ProcessorDTO pr
}
procNode.setAnnotationData(config.getAnnotationData());
-
- if (config.getAutoTerminatedRelationships() != null) {
- final Set<Relationship> relationships = new HashSet<>();
- for (final String rel :
config.getAutoTerminatedRelationships()) {
- relationships.add(procNode.getRelationship(rel));
- }
- procNode.setAutoTerminatedRelationships(relationships);
- }
-
- procNode.setProperties(config.getProperties());
-
- final ScheduledState scheduledState =
ScheduledState.valueOf(processorDTO.getState());
--- End diff --
Nevermind - I understand now.
> Cluster - Flow inheritability
> -----------------------------
>
> Key: NIFI-1963
> URL: https://issues.apache.org/jira/browse/NIFI-1963
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Reporter: Matt Gilman
> Assignee: Jeff Storck
>
> I disconnected a node and changed the penalty duration. The attempted to
> reconnect the node. The node joined successfully with an inconsistent penalty
> duration.
> Need to reconsider which fields need to belong in the flow fingerprint to
> ensure consistent configuration throughout the cluster.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)