reiabreu commented on PR #8593: URL: https://github.com/apache/storm/pull/8593#issuecomment-4826978250
Just one thing that I only noticed right now: FEEDBACK_TICK_STREAM_ID goes through the data receive queue of every downstream task. Under load, this signal will get queued up and the jitter signals from the task to the upstream ones will get delayed, preventing the mechanism from working. This problem already existed prior to your PR: `scheduleMetricsTick` does the same. Can we open an issue as a follow up to address this? Unless @rzo1 you think it's a blocker -- 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]
