You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2019/07/12 11:56:55 UTC

[GitHub] [activemq-artemis] wy96f opened a new pull request #2748: ARTEMIS-2425 Message loss due to writing incomplete page file

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:
users@infra.apache.org


With regards,
Apache Git Services