franz1981 edited a comment on pull request #3566: URL: https://github.com/apache/activemq-artemis/pull/3566#issuecomment-833839211
Tests has shown something interesting going on on backup side:  In violet there are calls to `FileChannel::write` due to `handlePageWriteEvent` and `FileChannelImpl::force` due to `handlePageEvent`. The latter doesn't seem right, considered what we deliver with common journal writes ie writes are performed in async and we send response back before hitting the journal. @clebertsuconic wdyt? I'm thinking to save `fdatasync` due to paging to happen in the Netty event loop.... -- 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]
