tabish121 opened a new pull request, #5355: URL: https://github.com/apache/activemq-artemis/pull/5355
When the final frame of a large message is being written to the file in the session thread and an IO error occurs such that that connection is torn down, the large message reader can be closed before the message is fully processed resulting in corruption. The large message file close logic needs to occur on the session thread so that the processing of the bytes can finish and the message gets added to the Queue and the close can react by not deleting the file when it runs following the read task. -- 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