[ 
https://issues.apache.org/jira/browse/ARTEMIS-5574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Bertram resolved ARTEMIS-5574.
-------------------------------------
    Fix Version/s: 2.42.0
       Resolution: Fixed

> Fix handling of pending large messages
> --------------------------------------
>
>                 Key: ARTEMIS-5574
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-5574
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>            Reporter: Justin Bertram
>            Assignee: Justin Bertram
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 2.42.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> In previous versions of the broker when the first bytes of a large message 
> were sent a "pending" large message record was added to the journal to keep 
> track of the message and potentially clean up any stranded large message 
> files (e.g. if the broker crashed before the client finished sending the 
> message). In more recent versions we perform a reconciliation step when the 
> broker is started and don't use these "pending" large message records. 
> However, after upgrading these records may still exist in the journal and 
> they are never removed which means that *every* time the broker is restarted 
> thereafter it will log something like the following:
> {noformat}
> AMQ221005: Deleting pending large message as it was not completed: 
> Pair[a=<journal-record-id>, b=<large-message-id>]{noformat}



--
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


Reply via email to