conduktor.io ↗

Kafka Error KAFKA_STORAGE_ERROR

Error code 56 · Retriable Broker

Disk error when trying to access log file on the disk.

Common Causes

Solutions

Diagnostic Commands

# Look for disk I/O errors in kernel logs dmesg | grep -iE 'error|fault|I/O' | tail -30 # Check for log directory errors on the broker kafka-log-dirs.sh --bootstrap-server localhost:9092 --broker-list 0 --describe | grep -i error

Related APIs

This error can be returned by: DescribeLogDirs · EndTxn · Fetch · InitProducerId · WriteTxnMarkers

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