You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by pwjenkins <ph...@entrustdatacard.com> on 2018/06/15 04:38:56 UTC

Page sizes appear to climb but never fall after the consumer takes the message.

Good evening folks. I'm doing some testing with the new v2.6.0 and I'm using
large messages. I'm seeing a lot of the following in my log. I expect paging
since my messages are over 3MB. Why is the paging size apparently increasing
only? The consumer is consuming (I'm continuing to run tests to re-verify
that) so I would expect <paging-directory>./data/paging</paging-directory>
to stop growing. 

Broker.XML contains:
<journal-pool-files>10</journal-pool-files>
<journal-buffer-size>10485760</journal-buffer-size>

<address-setting match="#">
     <max-size-bytes>15M</max-size-bytes>

Log:
16:29:08,097   WARN  [org.apache.activemq.artemis.core.server]  AMQ222038:
Starting paging on address 'SOAP.S.PRN.DPICLOUDON0125100'; size is
currently: 139,089,519 bytes; max-size-bytes: 15,728,640     
16:29:10,159   WARN  [org.apache.activemq.artemis.core.server]  AMQ222038:
Starting paging on address 'SOAP.S.PRN.DPICLOUDON0125100'; size is
currently: 143,285,873 bytes; max-size-bytes: 15,728,640     
16:29:13,784   WARN  [org.apache.activemq.artemis.core.server]  AMQ222038:
Starting paging on address 'SOAP.S.PRN.DPICLOUDON0125100'; size is
currently: 147,482,227 bytes; max-size-bytes: 15,728,640     
16:29:16,050   WARN  [org.apache.activemq.artemis.core.server]  AMQ222038:
Starting paging on address 'SOAP.S.PRN.DPICLOUDON0125100'; size is
currently: 147,485,301 bytes; max-size-bytes: 15,728,640     
16:29:18,847   WARN  [org.apache.activemq.artemis.core.server]  AMQ222038:
Starting paging on address 'SOAP.S.PRN.DPICLOUDON0125100'; size is
currently: 151,681,655 bytes; max-size-bytes: 15,728,640     
16:29:22,207   WARN  [org.apache.activemq.artemis.core.server]  AMQ222038:
Starting paging on address 'SOAP.S.PRN.DPICLOUDON0125100'; size is
currently: 155,878,009 bytes; max-size-bytes: 15,728,640     
16:29:25,660   WARN  [org.apache.activemq.artemis.core.server]  AMQ222038:
Starting paging on address 'SOAP.S.PRN.DPICLOUDON0125100'; size is
currently: 155,881,083 bytes; max-size-bytes: 15,728,640     
16:29:27,801   WARN  [org.apache.activemq.artemis.core.server]  AMQ222038:
Starting paging on address 'SOAP.S.PRN.DPICLOUDON0125100'; size is
currently: 160,077,437 bytes; max-size-bytes: 15,728,640     
16:29:31,207   WARN  [org.apache.activemq.artemis.core.server]  AMQ222038:
Starting paging on address 'SOAP.S.PRN.DPICLOUDON0125100'; size is
currently: 164,273,791 bytes; max-size-bytes: 15,728,640     
16:29:34,582   WARN  [org.apache.activemq.artemis.core.server]  AMQ222038:
Starting paging on address 'SOAP.S.PRN.DPICLOUDON0125100'; size is
currently: 164,276,865 bytes; max-size-bytes: 15,728,640     
16:37:30,410   WARN  [org.apache.activemq.artemis.core.server]  AMQ222038:
Starting paging on address 'SOAP.S.PRN.DPICLOUDON0125100'; size is
currently: 168,476,293 bytes; max-size-bytes: 15,728,640     
16:37:48,645   WARN  [org.apache.activemq.artemis.core.server]  AMQ222038:
Starting paging on address 'SOAP.S.PRN.DPICLOUDON0125100'; size is
currently: 168,480,391 bytes; max-size-bytes: 15,728,640     
16:39:42,415   WARN  [org.apache.activemq.artemis.core.server]  AMQ222038:
Starting paging on address 'SOAP.S.PRN.DPICLOUDON0125100'; size is
currently: 168,484,489 bytes; max-size-bytes: 15,728,640     

Thanks in advance for any help or suggestions.
Phillip




--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-Dev-f2368404.html