GitHub user michaelandrepearce opened a pull request:
https://github.com/apache/activemq-artemis/pull/2262
ARTEMIS-1663 fix disparity on messagecount
Reverting a change done in 1663.
It seems the new messagecount != the original messageReferences.size all
the time, it is more reliable to use the original messageReferences size as
this is the actual collection's size.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/michaelandrepearce/activemq-artemis
AREMIS1663-FIX
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2262.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 #2262
----
commit 2f9e30cde211950bf00cd9a00c05e09ae4dc6fea
Author: Michael André Pearce <michael.andre.pearce@...>
Date: 2018-08-23T07:50:34Z
ARTEMIS-1663 fix disparity on messagecount
Reverting a change done in 1663.
It seems the new messagecount != the original messageReferences.size all
the time, it is more reliable to use the original messageReferences size as
this is the actual collection's size.
----
---