You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Markus Knaus (Jira)" <ji...@apache.org> on 2020/01/07 08:38:00 UTC

[jira] [Commented] (ARTEMIS-2552) Paging files are not processed properly - more and more paging files are created without deleting old ones

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

Markus Knaus commented on ARTEMIS-2552:
---------------------------------------

The upgrade to *WildFly Full 18.0.1.Final* has fixed this problem.

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