-
Notifications
You must be signed in to change notification settings - Fork 21
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 X could not be fully assigned! #5
Comments
as well as this
|
I'm getting this also. In my case, it's pretty clearly caused by having partitions with 3 replicas, but only 2 racks. |
ekoontz
pushed a commit
to ekoontz/kafka-assigner
that referenced
this issue
Aug 9, 2017
- modify getRackAwareAssignment(): wrap body within a 'while () { try {} .. catch {}}' with a decrementing initial node capacity. - in assignOrphans(), sort candidates by current load rather than simply an unsorted list. - add a new test 'testClusterRebalance'
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How can we avoid the exception?
The text was updated successfully, but these errors were encountered: