You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Justin Bertram (Jira)" <ji...@apache.org> on 2023/03/15 18:11:00 UTC

[jira] [Updated] (ARTEMIS-1628) Limit pool size of files on the journal by default

     [ https://issues.apache.org/jira/browse/ARTEMIS-1628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Justin Bertram updated ARTEMIS-1628:
------------------------------------
    Description: The code-default for {{journal-pool-files}} is {{-1}} which means once the pool of journal files grows it will never shrink back down during compaction. This isn't the best for most use-cases so let's change the configuration-default (i.e. the value set in {{broker.xml}} by default) to a fixed value and issue a {{WARN}} in the log when {{-1}} is used in the future.

> Limit pool size of files on the journal by default
> --------------------------------------------------
>
>                 Key: ARTEMIS-1628
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1628
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>    Affects Versions: 2.4.0
>            Reporter: Clebert Suconic
>            Assignee: Clebert Suconic
>            Priority: Major
>             Fix For: 2.5.0
>
>
> The code-default for {{journal-pool-files}} is {{-1}} which means once the pool of journal files grows it will never shrink back down during compaction. This isn't the best for most use-cases so let's change the configuration-default (i.e. the value set in {{broker.xml}} by default) to a fixed value and issue a {{WARN}} in the log when {{-1}} is used in the future.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)