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

Partition Assignments are still non uniform for apps with table_standby_replicas=0 #401

Closed
patkivikram opened this issue Oct 28, 2022 · 0 comments · Fixed by #402
Closed

Comments

@patkivikram
Copy link
Collaborator

Checklist

  • [ x] I have included information about relevant versions
  • [ x] I have verified that the issue persists when using the master branch of Faust.

Steps to reproduce

For a simple app with no tables, single topic and table_standby_replicas=0 in the app configuration with # of partitions are equal to the number of workers, some of the workers do not get any partitions assigned and remain idle.
We were expecting this to be fixed by PR 97, but we are still running into it

Expected behavior

Each worker should get the minimum number of partitions(1)

Actual behavior

Some workers got 2 partitions and some got 0

Versions

  • Python version 3.9
  • Faust version 0.9.1
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 a pull request may close this issue.

1 participant