Re: [I] MappedByteBuffer unmapping on JDK 9+ (logging-log4j2)

2023-08-02 Thread via GitHub
ppkarwasz closed issue #1646: MappedByteBuffer unmapping on JDK 9+ URL: https://github.com/apache/logging-log4j2/issues/1646 -- 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

[I] MappedByteBuffer unmapping on JDK 9+ (logging-log4j2)

2023-08-01 Thread via GitHub
ppkarwasz opened a new issue, #1646: URL: https://github.com/apache/logging-log4j2/issues/1646 ## Description The `MemoryMappedFileAppender` fails to unmap its buffers on JRE 9+: the unmapping code (cf. [`MemoryMappedFileAppender#unsafeUnmap()`](https://github.com/apache/logging-log4