franz1981 commented on issue #2844: ARTEMIS-1811 NIO Seq File should use RandomAccessFile with heap buffers URL: https://github.com/apache/activemq-artemis/pull/2844#issuecomment-533591180 @wy96f @clebertsuconic This should solve the memory leak issue with the minimum amount of changes. https://docs.oracle.com/javase/7/docs/api/java/io/RandomAccessFile.html#getChannel() doc shows that RandomAccessFile and FileChannel are required to always be in sync so NFS or other SAN storages cannot be unsynced due to using both to manipulate the underline file system
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
