clebertsuconic commented on issue #2769: ARTEMIS-2414 Sync before closing file in case data loss URL: https://github.com/apache/activemq-artemis/pull/2769#issuecomment-516441207 Did you see .sync actually taking time on a profiling? The information I had from a few kernel guys is that a sync call when there's no sync needed would be moot and not cause any issues. Although I can see some barrier between Java and Native layer here. is that what you saw? a barrier between native and Java, or an actual sync ocurring when nothing was needed?
---------------------------------------------------------------- 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
