mimaison commented on PR #20289: URL: https://github.com/apache/kafka/pull/20289#issuecomment-3729226823
I've seen a similar failure. It's not exactly the same stacktrace as in [KAFKA-19571](https://issues.apache.org/jira/browse/KAFKA-19571), but it seems to be the same underlying issue: ``` ERROR Error while flushing log for <TOPIC> in dir <LOG_DIR> with offset <VALUE> (exclusive) and recovery point <VALUE> (org.apache.kafka.storage.internals.log.LogDirFailureChannel) java.nio.file.NoSuchFileException: <LOG_DIR>/<TOPIC>-future at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileSystemProvider.newFileChannel(UnixFileSystemProvider.java:182) at java.base/java.nio.channels.FileChannel.open(FileChannel.java:292) at java.base/java.nio.channels.FileChannel.open(FileChannel.java:345) at org.apache.kafka.common.utils.Utils.flushDir(Utils.java:973) at kafka.log.LocalLog.flush(LocalLog.scala:177) at kafka.log.UnifiedLog.$anonfun$flush$2(UnifiedLog.scala:1537) at kafka.log.UnifiedLog.flush(UnifiedLog.scala:1724) at kafka.log.UnifiedLog.flushUptoOffsetExclusive(UnifiedLog.scala:1518) at kafka.log.UnifiedLog.$anonfun$roll$1(UnifiedLog.scala:1499) at org.apache.kafka.server.util.KafkaScheduler.lambda$schedule$1(KafkaScheduler.java:150) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
