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

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

                Author: ASF GitHub Bot
            Created on: 29/May/24 19:18
            Start Date: 29/May/24 19:18
    Worklog Time Spent: 10m 
      Work Description: clebertsuconic commented on PR #4948:
URL: 
https://github.com/apache/activemq-artemis/pull/4948#issuecomment-2138100968

   Before this change, Upon a restart the broker would check for orphaned Page 
Transactions and not right away as the queue is removed.
   
   With this change in place the broker will now just remove the messages from 
paging as it would on regular messages, and they would be acked accordingly.
   
   
   This is probably also good for mirroring... although I didn't check the 
result of such event on mirror.




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

    Worklog Id:     (was: 921275)
    Time Spent: 0.5h  (was: 20m)

> Page transactions not getting deleted on queue deletion
> -------------------------------------------------------
>
>                 Key: ARTEMIS-4165
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-4165
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>    Affects Versions: 2.28.0
>            Reporter: Iliya Grushevskiy
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> If the queue contains paged messages then during queue deletion those message 
> records won't be updated. That will lead to journal grows as those records 
> will never get removed from journal.
> {code:java}
> operation@AddRecordTX;txID=107743391288,recordID=107743391443;userRecordType=35;isUpdate=false;compactCount=18;PageTransactionInfoImpl(transactionID=107743391288,id=107743391443,numberOfMessages=1)
> operation@Commit;txID=107743391288,numberOfRecords=1
> operation@AddRecordTX;txID=107743391258,recordID=107743391446;userRecordType=35;isUpdate=false;compactCount=18;PageTransactionInfoImpl(transactionID=107743391258,id=107743391446,numberOfMessages=1){code}
>  



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