[
https://issues.apache.org/jira/browse/ARTEMIS-2416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16881547#comment-16881547
]
Justin Bertram commented on ARTEMIS-2416:
-----------------------------------------
It's really odd that those log messages from
{{org.apache.activemq.artemis.core.journal.impl.Reclaimer}} are showing up as
{{INFO}}. They should be {{TRACE}}, but I digress.
Your configuration in the attached {{broker.xml}} looks OK since you have
{{<journal-pool-files>10</journal-pool-files>}}. The log messages which you're
seeing do not necessarily indicate a problem.
I think we'd need to see the output from {{./artemis data print}} as requested
previously in order to investigate further.
I assume that you're consuming the messages from the broker and acknowledging
them properly. Can you confirm?
> Artemis journal directory cleanup not happen
> --------------------------------------------
>
> Key: ARTEMIS-2416
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2416
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Affects Versions: 2.7.0
> Reporter: Bhavesh Kharwa
> Priority: Major
> Attachments: broker.xml
>
>
> Running Artemis since last week with average processing 400-500k messages per
> day. But now journal directory size is around 110G and Artemis is not able to
> start. I have changed the log level to trace and found following messages.
> The below file was created on my machine before a week ago. And till now in
> journal directory total 17000 file got created
> {noformat}
> 2019-07-05 03:14:34,872 INFO
> [org.apache.activemq.artemis.core.journal.impl.Reclaimer]
> activemq-data-27588.amq can't be reclaimed because activemq-data-27592.amq
> has negative values
> 2019-07-05 03:14:34,872 INFO
> [org.apache.activemq.artemis.core.journal.impl.Reclaimer]
> activemq-data-27593.amq can't be reclaimed because activemq-data-27588.amq
> has negative values
> 2019-07-05 03:14:34,872 INFO
> [org.apache.activemq.artemis.core.journal.impl.Reclaimer]
> activemq-data-27577.amq can't be reclaimed because activemq-data-27593.amq
> has negative values
> 2019-07-05 03:14:34,872 INFO
> [org.apache.activemq.artemis.core.journal.impl.Reclaimer]
> activemq-data-27578.amq can't be reclaimed because activemq-data-27577.amq
> has negative values
> 2019-07-05 03:14:34,872 INFO
> [org.apache.activemq.artemis.core.journal.impl.Reclaimer]
> activemq-data-27579.amq can't be reclaimed because activemq-data-27578.amq
> has negative values
> 2019-07-05 03:14:34,872 INFO
> [org.apache.activemq.artemis.core.journal.impl.Reclaimer]
> activemq-data-27580.amq can't be reclaimed because activemq-data-27579.amq
> has negative values
> 2019-07-05 03:14:34,872 INFO
> [org.apache.activemq.artemis.core.journal.impl.Reclaimer]
> activemq-data-27603.amq can't be reclaimed because activemq-data-27580.amq
> has negative values
> 2019-07-05 03:14:34,872 INFO
> [org.apache.activemq.artemis.core.journal.impl.Reclaimer]
> activemq-data-27605.amq can't be reclaimed because activemq-data-27603.amq
> has negative values
> 2019-07-05 03:14:34,872 INFO
> [org.apache.activemq.artemis.core.journal.impl.Reclaimer]
> activemq-data-27606.amq can't be reclaimed because activemq-data-27605.amq
> has negative values
> 2019-07-05 03:14:34,872 INFO
> [org.apache.activemq.artemis.core.journal.impl.Reclaimer]
> activemq-data-27607.amq can't be reclaimed because activemq-data-27606.amq
> has negative values
> 2019-07-05 03:14:34,872 INFO
> [org.apache.activemq.artemis.core.journal.impl.Reclaimer]
> activemq-data-27608.amq can't be reclaimed because activemq-data-27607.amq
> has negative values
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)