conduktor.io ↗

Kafka Error INELIGIBLE_REPLICA

Error code 107 · Non-retriable Broker

The new ISR contains at least one ineligible replica.

Common Causes

Solutions

Diagnostic Commands

# Check for under-replicated partitions kafka-topics.sh --bootstrap-server localhost:9092 --describe --under-replicated-partitions # Describe topic replicas and ISR status kafka-topics.sh --bootstrap-server localhost:9092 --describe --topic <topic-name> | grep -E 'Isr|Replicas'

Related APIs

This error can be returned by: AlterPartition

Related KIPs

KIP-841 · KIP-903

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