Skip to content

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

Merged
gianm merged 1 commit into
apache:masterfrom
gianm:web-active-anything
Mar 20, 2026
Merged

Console: Report workers active with any interesting activity.#19183
gianm merged 1 commit into
apache:masterfrom
gianm:web-active-anything

Conversation

@gianm

@gianm gianm commented Mar 19, 2026

Copy link
Copy Markdown
Contributor

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.
@gianm
gianm merged commit f9f0759 into apache:master Mar 20, 2026
11 checks passed
@gianm
gianm deleted the web-active-anything branch March 20, 2026 15:30
@github-actions github-actions Bot added this to the 37.0.0 milestone Mar 20, 2026
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.

2 participants