[
https://issues.apache.org/jira/browse/ARTEMIS-3291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Bertram reassigned ARTEMIS-3291:
---------------------------------------
Assignee: Justin Bertram
> It's possible to set pageSizeBytes and maxSizeBytes to zeroes, but it
> prevents broker from starting and unable to rollback
> --------------------------------------------------------------------------------------------------------------------------
>
> Key: ARTEMIS-3291
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3291
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Affects Versions: 2.17.0
> Reporter: Erikas Rudinskas
> Assignee: Justin Bertram
> Priority: Major
>
> How to reproduce:
> # Have perfectly fine working AMQ Artemis broker.
> # Create *myAddress* address in any way you can.
> # Open web form, in "Web console --> broker (from tree view) --> Operations
> (tab) --> addAddressSettings (first item in the list)".
> # Add settings you want, but forget to update "pageSizeBytes" and
> "maxSizeBytes". These fields will be by default set to "0".
> # Save settings.
> # Restart broker and get the following error instead (broker is not
> starting):
> {noformat}
> ERROR [org.apache.activemq.artemis.core.server] AMQ224000: Failure in
> initialisation: java.lang.IllegalStateException:
> java.lang.IllegalStateException: pageSize for address *myAddress* >= maxSize.
> Normally pageSize should be significantly smaller than maxSize, ms: 0 ps
> 0{noformat}
> It's impossible to fix this, because broker is not starting and values in
> {{broker.xml}} are being ignored...
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact