You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by cshannon <gi...@git.apache.org> on 2018/02/02 12:41:14 UTC

[GitHub] activemq-artemis pull request #1840: ARTEMIS-1657 - Properly decrement memor...

GitHub user cshannon opened a pull request:

    https://github.com/apache/activemq-artemis/pull/1840

    ARTEMIS-1657 - Properly decrement memory usage when moving messages

    
    When messages are retried and moved froma DLQ to the original queue the
    memory usage tracker needs to be decremented

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cshannon/activemq-artemis ARTEMIS-1657

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/1840.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 #1840
    
----
commit 6ddccf581a9eac692dac68c418d4ce054c83cc93
Author: Christopher L. Shannon (cshannon) <ch...@...>
Date:   2018-02-02T12:39:50Z

    ARTEMIS-1657 - Properly decrement memory usage when moving messages from
    queue
    
    When messages are retried and moved froma DLQ to the original queue the
    memory usage tracker needs to be decremented

----


---

[GitHub] activemq-artemis pull request #1840: ARTEMIS-1657 - Properly decrement memor...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/activemq-artemis/pull/1840


---

[GitHub] activemq-artemis issue #1840: ARTEMIS-1657 - Properly decrement memory usage...

Posted by cshannon <gi...@git.apache.org>.
Github user cshannon commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1840
  
    Updated PR as I found a second spot where the ref counter needed to be decremented


---