[
https://issues.apache.org/jira/browse/NIFI-5746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16664498#comment-16664498
]
ASF subversion and git services commented on NIFI-5746:
-------------------------------------------------------
Commit c7ff2fc5dba7c8aaeae07f4819c320e2a96555f0 in nifi's branch
refs/heads/master from [~markap14]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=c7ff2fc ]
NIFI-5746: Use Node Identifier's node address instead of getting from socket
for RECEIVE prov events; make SEND prov events match syntax of RECEIVE prov
events
NIFI-5746: Addressed issue found in review process
This closes #3109.
Signed-off-by: Koji Kawamura <[email protected]>
> The SEND and RECEIVE provenance events for load balancing do not have the
> same transit uri syntax
> -------------------------------------------------------------------------------------------------
>
> Key: NIFI-5746
> URL: https://issues.apache.org/jira/browse/NIFI-5746
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Affects Versions: 1.8.0
> Reporter: Mark Payne
> Assignee: Mark Payne
> Priority: Major
> Fix For: 1.9.0
>
>
> The SEND event has a transit uri like nifi:connection:<connection id>
> The RECEIVE event has a transit uri like nifi://<source node
> address>/loadbalance/<connection id>
> The RECEIVE event is much preferred, as it indicates not only that the
> transfer was via load balance but also includes the address of the node and
> the UUID of the connection. The SEND Transit URI should be changed to
> nifi://<destination node address>/loadbalance/<connection id>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)