vogievetsky opened a new pull request, #18806: URL: https://github.com/apache/druid/pull/18806
Fixes an issue in #18768 that counted workers that have in reported input but have reported output as inactive. This is not correct for workers that are reading from Druid segments as the input count will stay 0 until all the segment data is read. Fixing this by counting workers as inactive if they are showing 0 on all counters (which, in hindsight, makes a lot more sense to begin with). -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
