GitHub user msiuts opened a pull request:
https://github.com/apache/kafka/pull/1497
KAFKA-3802 log mtimes reset on broker restart / shutdown
There seems to be a bug in the JDK that on some versions the mtime of
the file is modified on FileChannel.truncate() even if the javadoc
Github user msiuts closed the pull request at:
https://github.com/apache/kafka/pull/1497
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is
GitHub user msiuts reopened a pull request:
https://github.com/apache/kafka/pull/1497
KAFKA-3802 log mtimes reset on broker restart / shutdown
There seems to be a bug in the JDK that on some versions the mtime of
the file is modified on FileChannel.truncate() even if the javadoc