clebertsuconic commented on PR #5346: URL: https://github.com/apache/activemq-artemis/pull/5346#issuecomment-2479417656
this change is reverting the offending change from c83ed8957d9d7f06bb29c0fce563fe2e3462993e As I said before, marking the LargeMessageReader as complete after the delivery of the message of the queue could cause the message body to go truncated, if a network failure happened between the delivery and the actual close of the message (aka race). I'm merging this PR now as this is clearly an issue and this fixes that issue. -- 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: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For additional commands, e-mail: gitbox-h...@activemq.apache.org For further information, visit: https://activemq.apache.org/contact