Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sarama: Fix isBalanced Function Signature #1744

Merged
merged 1 commit into from Jul 15, 2020

Conversation

alrs
Copy link
Contributor

@alrs alrs commented Jul 7, 2020

As-is, the first thing isBalanced() does is clobber its sortedCurrentSubscriptions argument. This changes its signature to ditch that argument, and continue its current behavior of deriving its own sortedCurrentSubscriptions via sortMemberIDsByPartitionAssignments(currentAssignment).

@alrs alrs requested a review from bai as a code owner July 7, 2020 15:40
@alrs
Copy link
Contributor Author

alrs commented Jul 7, 2020

The failure against 2.5.0 reads as a flake. Can that test be re-run?

@d1egoaz
Copy link
Contributor

d1egoaz commented Jul 15, 2020

I've re-run the tests... 🤞

@d1egoaz
Copy link
Contributor

d1egoaz commented Jul 15, 2020

Thanks

@d1egoaz d1egoaz merged commit bf41722 into IBM:master Jul 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants