Shailendra Kumar singh created ARTEMIS-1994:
-----------------------------------------------
Summary: Include global-size-bytes in WARN message AMQ222038 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
If max-size-bytes=-1 (disabled) paging will occur if the size >global-max-size.
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}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)