You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
partition.replicas should theoretically not be null. It can be empty, but in that case your partition has zero replicas, and it doesn't make any sense to reorder it.
kafka-tools/kafka/tools/assigner/actions/reorder.py
Line 51 in 0d98bbe
partition.replicas[0] throws IndexError. Should be checked for null or empty before the index is referred
The text was updated successfully, but these errors were encountered: