aminadinari19 commented on a change in pull request #1173:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1173#discussion_r709076342
##########
File path: extensions/http-curl/processors/InvokeHTTP.cpp
##########
@@ -443,6 +447,7 @@ void InvokeHTTP::route(const
std::shared_ptr<core::FlowFile> &request, const std
} else {
if (request != nullptr) {
if (penalize_no_retry_) {
+ logger_->log_debug("Flowfile has been penalized");
session->penalize(request);
}
Review comment:
This was added to check whether the flowfile is being penalized in case
of no retry relationship. Maybe the wording of the log message could be
improved as it is used to test for PenalizeOnNoRetry property?
--
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]