Skip to content

Web console: Fix inactive worker counting#18806

Merged
vogievetsky merged 2 commits intoapache:masterfrom
vogievetsky:fix_inactive_worker_counting
Dec 4, 2025
Merged

Web console: Fix inactive worker counting#18806
vogievetsky merged 2 commits intoapache:masterfrom
vogievetsky:fix_inactive_worker_counting

Conversation

@vogievetsky
Copy link
Copy Markdown
Contributor

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).

@vogievetsky vogievetsky merged commit a7a49f6 into apache:master Dec 4, 2025
10 checks passed
@kgyrtkirk kgyrtkirk added this to the 36.0.0 milestone Jan 19, 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.

3 participants