[
https://issues.apache.org/jira/browse/ARTEMIS-3135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17288624#comment-17288624
]
Gary Tully commented on ARTEMIS-3135:
-------------------------------------
This issues is caused by ARTEMIS-3067, the memory estimate can change via the
org.apache.activemq.artemis.api.core.Message#toMap which is called to create
the JSON representation for the UI.
We need to wrap such calls with the compensation to adjust the memory usage for
the page store in the same was as we do around filter evaluation that can lazy
decode the properties.
> AMQ222214: Destination q has an inconsistent and negative address size=-6
> -------------------------------------------------------------------------
>
> Key: ARTEMIS-3135
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3135
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: Broker
> Affects Versions: 2.17.0
> Reporter: Erwin Dondorp
> Priority: Major
> Attachments: broker.xml
>
>
> The following messages appear after sending a message and then manual
> deleting it using the GUI:
> {{AMQ222214: Destination q has an inconsistent and negative address size=-6}}
> and
> {{AMQ222215: Global Address Size has negative and inconsistent value as -6}}
> The file {{broker.xml}} is almost pristine, except for the addition of
> anycast destination {{q}}.
> using simply {{<address name="q"><anycast><queue
> name="q"/></anycast></address>}}
> The message that was sent is a simple text message sent using the AMQP
> protocol to this queue.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)