[
https://issues.apache.org/jira/browse/ARTEMIS-3575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17444649#comment-17444649
]
ASF subversion and git services commented on ARTEMIS-3575:
----------------------------------------------------------
Commit 778ab4419fe9b373e70b6589a1fb7cd2c550bec8 in activemq-artemis's branch
refs/heads/main from gtully
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=778ab44 ]
ARTEMIS-3575 - ensure message owner is set from journal reload, follow up on
ARTEMIS-3067
> Wrong address size estimation on broker restart
> -----------------------------------------------
>
> Key: ARTEMIS-3575
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3575
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Reporter: Francesco Nigro
> Assignee: Gary Tully
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Steps to reproduce:
> Using the GUI in the console:
> * Create a new multicast address named "mytest"
> * Select the address and create a durable multicast queue named "mytest"
> * Use the artemis CLI to produce messages. For example like this:
> artemis producer --user admin --password admin --url tcp://localhost:61616
> --destination topic://mytest --message-count 1000 --message-size 40960
> --threads 4
> Note the reported address memory used in the console: in the example above it
> is 160.26MB
> * restart the broker
> * the reported address memory is now below 1 MB
> The error seems due to the paging store owner that's not correctly set on the
> message while loading it, preventing its memory estimation to be accounted
> into the address size.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)