[
https://issues.apache.org/jira/browse/ARTEMIS-4941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17868736#comment-17868736
]
ASF subversion and git services commented on ARTEMIS-4941:
----------------------------------------------------------
Commit db0ba73aa4f4df4aa7ed27ecd32520404a32e728 in activemq-artemis's branch
refs/heads/main from Clebert Suconic
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=db0ba73aa4 ]
ARTEMIS-4941 Remove lazy update after application properties only when it's
paging
for regular messages it's quite obvious when the message is leaving the queue
but for paged messages it becomes a challenge. We should just ignore the update
for paged messages.
> 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
> Fix For: 2.36.0
>
> 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