conduktor.io ↗

Kafka Error VOTER_NOT_FOUND

Error code 127 · Non-retriable KRaft

The voter is not 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 'VOTER_NOT_FOUND\|RemoveRaftVoter\|voter set' /var/log/kafka/controller.log | tail -30

Related APIs

This error can be returned by: RemoveRaftVoter · UpdateRaftVoter

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