Skip to content

KAFKA-20899: Fix "streams" StickyAssignor bug for standby tasks - #23096

Open
mjsax wants to merge 2 commits into
apache:trunkfrom
mjsax:kafka-20899-fix-sticky-assignor-bug-for-standby-tasks
Open

KAFKA-20899: Fix "streams" StickyAssignor bug for standby tasks#23096
mjsax wants to merge 2 commits into
apache:trunkfrom
mjsax:kafka-20899-fix-sticky-assignor-bug-for-standby-tasks

Conversation

@mjsax

@mjsax mjsax commented Aug 6, 2026

Copy link
Copy Markdown
Member

Broker side StickyTaskAssignor does not assign standby tasks correctly,
because it does not cycle through all group member correctly to find the
right candidate to host it.

Reviewers: Mingi Cho (github:ChoMinGi), Bill Bejeck bbejeck@apache.org

Broker side StickyTaskAssignor does not assign standby tasks correctly,
because it does not cycle through all group member correctly to find
the right candidate to host it.

@ChoMinGi ChoMinGi left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, verified the regression test fails before and passes with this fix.

@bbejeck bbejeck left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @mjsax LGTM

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