wy96f opened a new pull request #2748: ARTEMIS-2425 Message loss due to writing incomplete page file URL: https://github.com/apache/activemq-artemis/pull/2748 The last page file might be incomplete if broker crashes or the disk is damaged. After broker is up, we keep writing this incomplete page file. If the cache of the file is evicted, we read this file to deliver messages which we would lose messages written after broker up.
---------------------------------------------------------------- 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
