lordgamez commented on code in PR #2163:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2163#discussion_r3181581755


##########
libminifi/src/core/ProcessGroup.cpp:
##########
@@ -169,15 +172,18 @@ void 
ProcessGroup::startProcessingProcessors(TimerDrivenSchedulingAgent& timeSch
 
   // The admin yield duration comes from the configuration, should be equal in 
all three schedulers
   std::chrono::milliseconds admin_yield_duration = 
timeScheduler.getAdminYieldDuration();
-  if (!onScheduleTimer_ && !failed_processors.empty() && admin_yield_duration 
> 0ms) {
-    logger_->log_info("Retrying failed processors in {}", 
admin_yield_duration);

Review Comment:
   Must have been removed by mistake, fixed in 
https://github.com/apache/nifi-minifi-cpp/pull/2163/commits/14287c7039353bde5dab6f7a2e142c8a281f00fa



-- 
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]

Reply via email to