You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by mtaylor <gi...@git.apache.org> on 2018/08/27 12:05:40 UTC

[GitHub] activemq-artemis pull request #2271: Artemis 2055 2056

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 <mt...@...>
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 <mt...@...>
Date:   2018-08-24T13:24:25Z

    ARTEMIS-2056 Set write position on JDBCFile copy

----


---

[GitHub] activemq-artemis pull request #2271: Artemis 2055 2056

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/activemq-artemis/pull/2271


---