conduktor.io ↗

Kafka Error REASSIGNMENT_IN_PROGRESS

Error code 60 · Non-retriable Admin

A partition reassignment is in progress.

Common Causes

Solutions

Diagnostic Commands

# Verify partition reassignment progress kafka-reassign-partitions.sh --bootstrap-server localhost:9092 --reassignment-json-file /tmp/reassignment.json --verify # Describe topic replicas and ISR status kafka-topics.sh --bootstrap-server localhost:9092 --describe | grep -i 'reassigning\|AddingReplicas'

Related APIs

This error can be returned by: AlterPartitionReassignments

Debugging Kafka errors? Conduktor Console gives you real-time visibility into your cluster. Explore all errors in the Error Decoder.