GitHub user gaohoward opened a pull request:

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

    NO-JIRA Adding a test

    This test starts 2 servers and send messages to
    a queue until it enters into paging state. Then
    it changes the max-size to -1, restarts the 2 servers
    and consumes all the messages. If verifies that
    even if the max-size has changed all the paged
    messages will be depaged and consumed. No stuck
    messages after restarting.

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

    $ git pull https://github.com/gaohoward/activemq-artemis kmaster_page_load

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

    https://github.com/apache/activemq-artemis/pull/1656.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 #1656
    
----
commit 7b5e4545dc3323272b5f8575089166849a51b0a5
Author: Howard Gao <[email protected]>
Date:   2017-11-14T15:29:02Z

    NO-JIRA Adding a test
    
    This test starts 2 servers and send messages to
    a queue until it enters into paging state. Then
    it changes the max-size to -1, restarts the 2 servers
    and consumes all the messages. If verifies that
    even if the max-size has changed all the paged
    messages will be depaged and consumed. No stuck
    messages after restarting.

----


---

Reply via email to