You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2020/12/16 17:05:38 UTC

[GitHub] [nifi] NissimShiman edited a comment on pull request #4620: NIFI-6242 PutFileTransfer generation incorrect provenance event

NissimShiman edited a comment on pull request #4620:
URL: https://github.com/apache/nifi/pull/4620#issuecomment-746644194


   Code has been reviewed. It is well structured and unit tested.  
   
   I compiled and tested on both java 8 and java 11 and issue is fixed.  
   
   Issue was that transitUri in SEND ProvenanceEvent can be incorrect when PutFTP/PutSFTP's hostname property is set to an expression.  
   
   It used to evaluate the first flowfile that went through for the hostname's expression and then use that value for all future flowfiles' transitUri for their SEND events.  
   
   Now the transitUri always reflects the correct hostname value for the associated flowfile.
   
   Nice job @tlsmith109!


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org