You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Clebert Suconic (Jira)" <ji...@apache.org> on 2022/04/06 03:47:00 UTC

[jira] [Updated] (ARTEMIS-3761) Cleanup paged messages in the middle of the stream

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

Clebert Suconic updated ARTEMIS-3761:
-------------------------------------
        Fix Version/s: 2.22.0
    Affects Version/s: 2.21.0

> Cleanup paged messages in the middle of the stream
> --------------------------------------------------
>
>                 Key: ARTEMIS-3761
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3761
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>    Affects Versions: 2.21.0
>            Reporter: Clebert Suconic
>            Priority: Major
>             Fix For: 2.22.0
>
>
> Paging only removes files at the beginning of the stream...
> Say you have paged files 1 through 1000... 
> if all the messages are ack, but one message on file 1 is missing an ack, all the 999 subsequent files would not be removed until  all the messages on file 1 is ack.
> This was working as engineered, but sometimes devs don't have complete control on their app.
> With this improvement we will now remove messages in the middle of the stream as well.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)