GGraziadei commented on code in PR #8593:
URL: https://github.com/apache/storm/pull/8593#discussion_r3407917572
##########
storm-client/src/jvm/org/apache/storm/executor/bolt/BoltExecutor.java:
##########
@@ -131,6 +131,9 @@ public void init(ArrayList<Task> idToTask, int
idToTaskBase) throws InterruptedE
LOG.info("Prepared bolt {}:{}", componentId, taskIds);
setupTicks(false);
setupMetrics();
+ if (upstreamFeedbackEnabled) {
+ scheduleUpstreamFeedbackTick(upstreamFeedbackFreqSecs);
Review Comment:
Thanks for the explanation, I completely agree, fixed!
--
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]