[
https://issues.apache.org/jira/browse/ARTEMIS-1994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16561404#comment-16561404
]
ASF GitHub Bot commented on ARTEMIS-1994:
-----------------------------------------
GitHub user shailendra14k opened a pull request:
https://github.com/apache/activemq-artemis/pull/2196
[ARTEMIS-1994]Include global-size-bytes in WARN message AMQ222038/39 for
paging
JIRA:- https://issues.apache.org/jira/browse/ARTEMIS-1994
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shailendra14k/activemq-artemis ARTEMIS-1994
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2196.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 #2196
----
commit 005a06f85cd58776f4f1f724ca8be1ed5c1a78da
Author: Shailendra Kumar Singh <shailendra14k@...>
Date: 2018-07-30T03:54:13Z
[ARTEMIS-1994]Include global-size-bytes in WARN message AMQ222038/39 for
paging
[ARTEMIS-1994]Minor changes
----
> Include global-size-bytes in WARN message AMQ222038/39 for paging
> -----------------------------------------------------------------
>
> Key: ARTEMIS-1994
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1994
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Components: Broker
> Affects Versions: 2.6.2
> Reporter: Shailendra Kumar singh
> Priority: Minor
>
> If max-size-bytes=-1 (disabled) paging will occur if the system hit
> global-max-size limit
> WARN message AMQ222038/39 does not display the global-max-size when paging
> starts. It will be good to have global-max-size included in the message to
> avoid confusion.
>
> {code:java}
> 2018-07-30 08:40:18,655 WARN [org.apache.activemq.artemis.core.server]
> AMQ222038: Starting paging on address 'Test'; size is currently: 1,049,087
> bytes; max-size-bytes: -1
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)