andrewgrantcflt commented on PR #20319: URL: https://github.com/apache/kafka/pull/20319#issuecomment-3696871283
@FrankYang0529 @chia7712 it seems with this change, you now can't use `kafka-reassign-partitions.sh ... --execute` to reassign partitions away from dead brokers i.e. brokers that can't be reached. I ran into this in an environment of mine. I had some dead brokers and when I tried to reassign partitions away from them I got ``` Error: org.apache.kafka.common.errors.TimeoutException: Timed out waiting for a node assignment. Call: describeReplicaLogDirs ... ``` Seems problematic? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
