[
https://issues.apache.org/jira/browse/ARTEMIS-4941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17867856#comment-17867856
]
ASF subversion and git services commented on ARTEMIS-4941:
----------------------------------------------------------
Commit fb2a57f3ed25895681d3636e3f5fb9d9b9d0a053 in activemq-artemis's branch
refs/heads/main from Clebert Suconic
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=fb2a57f3ed ]
ARTEMIS-4941 Remove lazy update after application properties as it's no longer
needed
> Remove update estimate after ARTEMIS-3067
> -----------------------------------------
>
> Key: ARTEMIS-4941
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4941
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Reporter: Clebert Suconic
> Assignee: Clebert Suconic
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Since the new paging model, where we don't keep paged messages for long as we
> used to keep, I'm going to remove the lazy application properties update done
> per ARTEMIS-3067.
> Say a message is updated after decoded for whatever reason, it gets difficult
> to trace back to its original calculations.
> I had already had issues in mirroring, and now it turns out that if you send
> a message in AMQP and receive with Core, and paging is involved the
> calculation will never return to 0 because the sizing might have been
> updated. and it's fairly difficult to trace back to when the message is going
> to leave the VM as it could still be referenced.
> ARTEMIS-3067 alleviated some consequences of the page cache we used to have
> with the older model, but with the newer model this should not be an issue
> any longer. The remedy is having more consequences than intended anyways.
--
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