You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Shailendra Kumar singh (JIRA)" <ji...@apache.org> on 2018/07/30 03:25:00 UTC

[jira] [Updated] (ARTEMIS-1994) Include global-size-bytes in WARN message AMQ222038/39 for paging

     [ https://issues.apache.org/jira/browse/ARTEMIS-1994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shailendra Kumar singh updated ARTEMIS-1994:
--------------------------------------------
    Description: 
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}

  was:
If max-size-bytes=-1 (disabled) paging will occur if the system hit global-max-size limit

WARN message AMQ222038 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}


> 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)