conduktor.io ↗

Kafka Error SNAPSHOT_NOT_FOUND

Error code 98 · Non-retriable Admin

Requested snapshot was not found.

Common Causes

Solutions

Diagnostic Commands

# List KRaft checkpoint files on disk ls -lh /var/kafka/data/__cluster_metadata-0/*.checkpoint 2>/dev/null || ls -lh /var/kafka/data/__cluster_metadata-0/ # Check KRaft metadata quorum status kafka-metadata-quorum.sh --bootstrap-server localhost:9092 describe --status | grep -E 'HighWatermark|LogEndOffset|Snapshot'

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.