You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/11/16 12:00:00 UTC

[jira] [Work logged] (ARTEMIS-3575) Wrong address size estimation on broker restart

     [ https://issues.apache.org/jira/browse/ARTEMIS-3575?focusedWorklogId=681966&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-681966 ]

ASF GitHub Bot logged work on ARTEMIS-3575:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 16/Nov/21 11:59
            Start Date: 16/Nov/21 11:59
    Worklog Time Spent: 10m 
      Work Description: gtully opened a new pull request #3855:
URL: https://github.com/apache/activemq-artemis/pull/3855


   …w up on ARTEMIS-3067


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 681966)
    Remaining Estimate: 0h
            Time Spent: 10m

> 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: 10m
>  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)