conduktor.io ↗

Kafka Error LOG_DIR_NOT_FOUND

Error code 57 · Non-retriable Broker

The user-specified log directory is not found in the broker config.

Common Causes

Solutions

Diagnostic Commands

# List valid log directories on the broker kafka-log-dirs.sh --bootstrap-server localhost:9092 --broker-list 0 --describe | jq '.brokers[].logDirs[].logDir' # Check log directory configuration grep 'log.dirs' /path/to/server.properties
Debugging Kafka errors? Conduktor Console gives you real-time visibility into your cluster. Explore all errors in the Error Decoder.