GitHub user clebertsuconic opened a pull request:
https://github.com/apache/activemq-artemis/pull/2364
ARTEMIS-1898 Proper fix on AtomicRunnables and avoiding leaks
GlobalDiskFullTest was broken before this fix.
Basically when using multiple addresses over a session you would miss flow
credits on all your producers except to the first one
that ran out of credit.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/clebertsuconic/activemq-artemis tosend
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2364.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 #2364
----
commit 39a5701964e506bc81e653ef05296356e3fcb610
Author: Clebert Suconic <clebertsuconic@...>
Date: 2018-10-10T22:09:28Z
ARTEMIS-1898 Proper fix on AtomicRunnables and avoiding leaks
GlobalDiskFullTest was broken before this fix.
Basically when using multiple addresses over a session you would miss flow
credits on all your producers except to the first one
that ran out of credit.
----
---