GitHub user michaelandrepearce opened a pull request:
https://github.com/apache/activemq-artemis/pull/2212
ARTEMIS-856 Fixing ScaleDownTest
Don't increment the pos if redistributor. causes pos to be > size thus
index out of bounds when getting the consumer on next loop.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/michaelandrepearce/activemq-artemis
fix_scaledown
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2212.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 #2212
----
commit 66ff00ad6db53e43c5b23983c3cc0885262b5119
Author: Michael André Pearce <michael.andre.pearce@...>
Date: 2018-08-03T07:52:47Z
ARTEMIS-856 Fixing ScaleDownTest
Don't increment the pos if redistributor. causes pos to be > size thus
index out of bounds when getting the consumer on next loop.
----
---