conduktor.io ↗

Kafka Error POSITION_OUT_OF_RANGE

Error code 99 · Non-retriable Admin

Requested position is not greater than or equal to zero, and less than the size of the snapshot.

Common Causes

Solutions

Diagnostic Commands

# List KRaft snapshot files on disk ls -lh /var/kafka/data/__cluster_metadata-0/*.snapshot 2>/dev/null | head -10 # Look for snapshot errors in controller logs grep 'PositionOutOfRange\|snapshot.*position\|FetchSnapshot' /var/log/kafka/controller.log | tail -20

Related APIs

This error can be returned by: FetchSnapshot

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