[ 
https://issues.apache.org/jira/browse/ARTEMIS-2552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16974194#comment-16974194
 ] 

Clebert Suconic commented on ARTEMIS-2552:
------------------------------------------

First: page files are cleaned as soon as you ack messages.

Second: we had a few fixes around paging in recent releases, you should try 
newer versions.


you could bring us a print data (with ./artemis data print) if you are using 
wildfly, you can pass in parameters for the journal location, but you will need 
a artemis download.

If you have sensitive data, there is an option on data print to now print 
sensitive data.

> Paging files are not processed properly - more and more paging files are 
> created without deleting old ones
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: ARTEMIS-2552
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2552
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: ActiveMQ-Artemis-Native
>    Affects Versions: 2.6.3
>            Reporter: Markus Knaus
>            Assignee: Clebert Suconic
>            Priority: Major
>
> Paging files are not processed properly; instead more and more files are 
> created, without deleting the old ones. Only after a restart of the 
> application the paging files are processed again.
> {noformat}
>       <address-setting match="jms.queue.xxx.reportCallback">
>               <dead-letter-address>jms.queue.DLQ</dead-letter-address>
>               <expiry-address>jms.queue.ExpiryQueue</expiry-address>
>               <redelivery-delay>600000</redelivery-delay>
>               <max-delivery-attempts>6</max-delivery-attempts>
>               <max-size-bytes>104857600</max-size-bytes>
>               <page-size-bytes>10485760</page-size-bytes>
>               <address-full-policy>PAGE</address-full-policy>
>               
> <message-counter-history-day-limit>10</message-counter-history-day-limit>
>       </address-setting>
> {noformat}
> *Apache ActiveMQ Artemis Message Broker version 2.6.3.jbossorg-0001*
> {noformat}
> 2019-11-13 15:32:39,012 +0100 INFO  [org.apache.activemq.artemis.core.server] 
> (ServerService Thread Pool -- 80) AMQ221001: *Apache ActiveMQ Artemis Message 
> Broker version 2.6.3.jbossorg-00014* [default, 
> nodeID=81e2a5d7-8762-11e9-89bf-0050568f0c17]
> {noformat}
> *AMQ222038: Starting paging on address...*
> *AMQ222029: Could not locate page transaction:*
> {noformat}
> 2019-11-13 07:05:11,551 +0100 WARN  [org.apache.activemq.artemis.core.server] 
> (Thread-26 
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$5@fbbdfce))
>  AMQ222038: Starting paging on address 'jms.queue.xxx.reportCallback'; size 
> is currently: 10,486,313 bytes; max-size-bytes: 10,485,760; 
> global-size-bytes: 10,501,434
> 2019-11-13 07:05:56,199 +0100 WARN  [org.apache.activemq.artemis.core.server] 
> (default task-10520) AMQ222029: Could not locate page transaction 
> 40,966,373,940, ignoring message on position PagePositionImpl [pageNr=189, 
> messageNr=1, recordID=-1] on address=jms.queue.xxx.reportCallback 
> queue=jms.queue.xxx.reportCallback
> 2019-11-13 07:05:56,199 +0100 WARN  [org.apache.activemq.artemis.core.server] 
> (default task-10520) AMQ222029: Could not locate page transaction 
> 40,966,373,946, ignoring message on position PagePositionImpl [pageNr=189, 
> messageNr=2, recordID=-1] on address=jms.queue.xxx.reportCallback 
> queue=jms.queue.xxx.reportCallback
> 2019-11-13 07:05:56,199 +0100 WARN  [org.apache.activemq.artemis.core.server] 
> (default task-10520) AMQ222029: Could not locate page transaction 
> 40,966,373,949, ignoring message on position PagePositionImpl [pageNr=189, 
> messageNr=3, recordID=-1] on address=jms.queue.xxx.reportCallback 
> queue=jms.queue.xxx.reportCallback
> 2019-11-13 07:05:56,199 +0100 WARN  [org.apache.activemq.artemis.core.server] 
> (default task-10520) AMQ222029: Could not locate page transaction 
> 40,966,373,977, ignoring message on position PagePositionImpl [pageNr=189, 
> messageNr=4, recordID=-1] on address=jms.queue.xxx.reportCallback 
> queue=jms.queue.xxx.reportCallback
> 2019-11-13 07:05:56,200 +0100 WARN  [org.apache.activemq.artemis.core.server] 
> (default task-10520) AMQ222029: Could not locate page transaction 
> 40,966,373,984, ignoring message on position PagePositionImpl [pageNr=189, 
> messageNr=5, recordID=-1] on address=jms.queue.xxx.reportCallback 
> queue=jms.queue.xxx.reportCallback
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to