GitHub user mtaylor opened a pull request:
https://github.com/apache/activemq-artemis/pull/2271
Artemis 2055 2056
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mtaylor/activemq-artemis ARTEMIS-2055-2056
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2271.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2271
----
commit 490ef71e1dccc88e51d862cc51af468d37d416ce
Author: Martyn Taylor <mtaylor@...>
Date: 2018-08-27T08:18:02Z
ARTEMIS-2055 Set Live LM to Null after route
The ServerSessionPacketHandler has a close() callback handler which will
delete any pending large messages. However, there is a race where a
large message can be routed, then the close delete the associated large
message resulting in data loss.
commit b36a1058d4584adca399a591c4109866d4265e07
Author: Martyn Taylor <mtaylor@...>
Date: 2018-08-24T13:24:25Z
ARTEMIS-2056 Set write position on JDBCFile copy
----
---