conduktor.io ↗

Kafka Error INCONSISTENT_VOTER_SET

Error code 94 · Non-retriable KRaft

Indicates that the either the sender or recipient of a voter-only request is not one of the expected voters.

Common Causes

Solutions

Diagnostic Commands

# Check KRaft metadata quorum status kafka-metadata-quorum.sh --bootstrap-server localhost:9092 describe --status # Show KRaft quorum replication details kafka-metadata-quorum.sh --bootstrap-server localhost:9092 describe --replication | grep -E 'VOTER|OBSERVER|LEADER'

Related APIs

This error can be returned by: BeginQuorumEpoch · EndQuorumEpoch · Vote

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