Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.38.0
-
None
Description
This is to fix tests in LargeMessageInterruptTest.
The changes to move large message handling into the session thread apart from the connection thread introduced a race if the final frame of a large message is being handled and an IO error triggers shutdown of the AMQP link closing the large message reader and deleting the in-progross large message file while still allowing the message to be enqueued resulting in a corrupt message.