gianm opened a new pull request, #19183: URL: https://github.com/apache/druid/pull/19183
Currently workers are reported as active in the web console if they report nonzero rows for any channel. However, because segment input rows are typically reported when the segment is done processing, workers that just started can be active even when they have not yet reported rows. This patch adjusts the logic such that any nonzero rows, files, bytes, frames, or wall time is enough to consider a worker active. -- 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]
