You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Archit kumar <ar...@gmail.com> on 2019/07/29 15:05:22 UTC

Kafka stops on cleaner-offset-checkpoint not found

I am stuck at this and hopeless. I have asked same question
here :
https://stackoverflow.com/questions/57247237/error-failed-to-access-checkpoint-file-cleaner-offset-checkpoint-in-dir-tmp-kaf


But I dint get any response yet. Cold you please help me to resolve this.

[2019-07-28 04:11:14,310] ERROR Failed to access checkpoint file
cleaner-offset-checkpoint in dir /tmp/kafka-logs (kafka.log.LogCleaner)
org.apache.kafka.common.errors.KafkaStorageException: Error while reading
checkpoint file /tmp/kafka-logs/cleaner-offset-checkpoint
Caused by: java.nio.file.NoSuchFileException:
/tmp/kafka-logs/cleaner-offset-checkpoint
        at
sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
        at
sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
        at
sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
        at
sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214)
        at java.nio.file.Files.newByteChannel(Files.java:361)
        at java.nio.file.Files.newByteChannel(Files.java:407)
        at
java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:384)
        at java.nio.file.Files.newInputStream(Files.java:152)
        at java.nio.file.Files.newBufferedReader(Files.java:2784)
        at java.nio.file.Files.newBufferedReader(Files.java:2816)
        at
kafka.server.checkpoints.CheckpointFile.liftedTree2$1(CheckpointFile.scala:87)

Thanks
Archit Kumar