lordgamez commented on a change in pull request #1121:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1121#discussion_r696506513
##########
File path: docker/test/integration/features/s3.feature
##########
@@ -115,12 +115,14 @@ Feature: Sending data from MiNiFi-C++ to an AWS server
Given a GenerateFlowFile processor with the "File Size" property set to "1
kB" in a "secondary" flow
And a FetchS3Object processor set up to communicate with the same s3 server
And a PutFile processor with the "Directory" property set to "/tmp/output"
+ And a LogAttribute processor
Review comment:
There were times when we had to wait for the 30s penalization period
because FetchS3Object failed as the data was not yet present on the S3 server
and there was nothing connected to the failure relationship. I added this
processor to avoid this issue, but in hindsight it is just easier to auto
terminate the FetchS3Object's failure relationship. I changed this in the last
commit.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]