conduktor.io ↗

Kafka Error DUPLICATE_VOTER

Error code 126 · Non-retriable KRaft

The voter is already part of the set of voters.

Common Causes

Solutions

Diagnostic Commands

# Check KRaft metadata quorum status kafka-metadata-quorum.sh --bootstrap-server localhost:9092 --command-config admin.properties describe --replication # Look for voter events in controller logs grep 'DUPLICATE_VOTER\|AddRaftVoter\|voter set' /var/log/kafka/controller.log | tail -30

Related APIs

This error can be returned by: AddRaftVoter

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