GitHub user cshannon opened a pull request:
https://github.com/apache/activemq-artemis/pull/2008
ARTEMIS-1800 - fix duplicate metrics update on scheduled message cancel
When removing scheduled messages from a queue the scheduled message
metrics were being decremented twice
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cshannon/activemq-artemis ARTEMIS-1800
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2008.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 #2008
----
commit 122782ae460a789c883beb21bfccb80089d9bb59
Author: Christopher L. Shannon (cshannon) <christopher.l.shannon@...>
Date: 2018-04-10T19:06:28Z
ARTEMIS-1800 - fix duplicate metrics update on scheduled message cancel
When removing scheduled messages from a queue the scheduled message
metrics were being decremented twice
----
---