Skip to content

Console: Report workers active with any interesting activity.#19183

Open
gianm wants to merge 1 commit intoapache:masterfrom
gianm:web-active-anything
Open

Console: Report workers active with any interesting activity.#19183
gianm wants to merge 1 commit intoapache:masterfrom
gianm:web-active-anything

Conversation

@gianm
Copy link
Contributor

@gianm gianm commented Mar 19, 2026

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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant