franz1981 commented on a change in pull request #2522: ARTEMIS-2239 Zero-copy NIO/MAPPED TimedBuffer URL: https://github.com/apache/activemq-artemis/pull/2522#discussion_r251200554
########## File path: artemis-journal/src/main/java/org/apache/activemq/artemis/core/io/nio/NIOSequentialFile.java ########## @@ -51,6 +55,34 @@ public NIOSequentialFile(final SequentialFileFactory factory, this.maxIO = maxIO; } + @Override + protected TimedBufferObserver createTimedBufferObserver() { + return new LocalBufferObserver() { Review comment: Good point about stacks trace bud, will do it immediately! ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services