GitHub user morefuntang opened a pull request:

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

    ARTEMIS-1705 Queue stop deliver after remove all paged message over JMX

    I remove all messages in Queue via removeAllMessages in JMX
    
    After removed all paged message, queue stopped deliver message.
    
    During debug, we found that memory size of the queue is more then 2 pages 
size, but both message references and intermediate message references are empty.
    
    The deliver runner will not depage because queue memory size is over max 
size.

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

    $ git pull https://github.com/morefuntang/activemq-artemis live-only-2.4.0

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

    https://github.com/apache/activemq-artemis/pull/1907.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 #1907
    
----
commit 430648661db6871e3f6d3cbfa42d52e4cad6f24c
Author: 17103355 <17103355@...>
Date:   2018-02-28T03:38:00Z

    Only messages from MessageReferences are subtracted from the queueMemorySize

commit bc6084ba5a14f73ef7d67d679df043bbb2412cbd
Author: 17103355 <17103355@...>
Date:   2018-02-28T03:46:08Z

    Only messages from MessageReferences are subtracted from the queueMemorySize

----


---

Reply via email to