You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by gaohoward <gi...@git.apache.org> on 2017/11/14 15:32:25 UTC

[GitHub] activemq-artemis pull request #1656: NO-JIRA Adding a test

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 <ho...@gmail.com>
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.

----


---

[GitHub] activemq-artemis issue #1656: NO-JIRA Adding a test

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

    https://github.com/apache/activemq-artemis/pull/1656
  
    @howardgao Could you please add a more descriptive commit message.


---

[GitHub] activemq-artemis pull request #1656: NO-JIRA Adding a test

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

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


---

[GitHub] activemq-artemis issue #1656: NO-JIRA Adding a test

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

    https://github.com/apache/activemq-artemis/pull/1656
  
    @mtaylor I've added a few more lines to the commit message.


---