clebertsuconic opened a new pull request, #6037:
URL: https://github.com/apache/activemq-artemis/pull/6037

   Older versions (2.33.0) had a possible race where PageCompletes could be 
marked while the entire set of files is removed. What could cause message loss.
   
   Say you had 100 pages and they were all removed right after failback. The 
next file written could be on a lower sequence than the latest one and you 
would have future PageCompletes.
   
   This is not happening on current versions, but this would be the proper 
defense if this happened.
   
   This is also a good fix to be cherry-picked into previous branches.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to