conduktor.io ↗

Kafka Error FENCED_STATE_EPOCH

Error code 124 · Non-retriable Share Groups

The share coordinator rejected the request because the share-group state epoch did not match.

Common Causes

Solutions

Diagnostic Commands

# Describe share group state and members kafka-share-groups.sh --bootstrap-server localhost:9092 --describe --group <share-group-id> # Look for epoch fencing events in logs grep 'FENCED_STATE_EPOCH\|share.group.state\|share coordinator' /var/log/kafka/server.log | tail -50

Related APIs

This error can be returned by: ShareAcknowledge · ShareFetch

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