You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by gemmellr <gi...@git.apache.org> on 2018/06/18 18:34:16 UTC

[GitHub] activemq-artemis pull request #2147: ARTEMIS-1940: premature release of pool...

GitHub user gemmellr opened a pull request:

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

    ARTEMIS-1940: premature release of pooled buffers during send can cause AMQP connection failures

    See https://issues.apache.org/jira/browse/ARTEMIS-1940 for details.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gemmellr/activemq-artemis ARTEMIS-1940

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/2147.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 #2147
    
----
commit ed2a18f1c49bc1f45a7978f01989fd4b253f0693
Author: Robbie Gemmell <ro...@...>
Date:   2018-06-18T18:30:26Z

    ARTEMIS-1940: restore use of copying send in certain edge cases
    
    Avoids pooling corner cases interacting with ARTEMIS 1843 + ARTEMIS 1861 improvements.
    
    Also tagging ARTEMIS-1941 to note test needs altered along with it.

----


---

[GitHub] activemq-artemis pull request #2147: ARTEMIS-1940: premature release of pool...

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

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


---