Github user iweiss commented on the pull request:
https://github.com/apache/activemq-artemis/pull/485#issuecomment-214328134
@mtaylor Not really. When there is an increase in load on a clustered
Artemis solution, sometimes `removeReferenceByID()` is called when there are no
more message references to be delivered, throwing an NPE instead.
The idea of the fix is to check for the size of `deliveringRefs` before
doing any further process.
Makes sense?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---