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 <robbie@...>
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.
----
---