conduktor.io ↗

Kafka Error NO_REASSIGNMENT_IN_PROGRESS

Error code 85 · Non-retriable Admin

No 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 reassign.json --verify # Describe topic replicas and ISR status kafka-topics.sh --bootstrap-server localhost:9092 --describe --topic <topic> | grep -i 'adding replicas\|removing replicas'

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.