[
https://issues.apache.org/jira/browse/ARTEMIS-5428?focusedWorklogId=966090&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-966090
]
ASF GitHub Bot logged work on ARTEMIS-5428:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 14/Apr/25 20:46
Start Date: 14/Apr/25 20:46
Worklog Time Spent: 10m
Work Description: clebertsuconic opened a new pull request, #5632:
URL: https://github.com/apache/activemq-artemis/pull/5632
While the broker is being stopped, and if the system is paging, I recently
found a few issues that I am addressing here:
- When the server is stopped, the IDGenerator could be used after the
snapshot is generated, what could lead to data loss in case of a regular
shutdown while system under heavy load
- delayed Transaction could be completed after exceptions (the
markRollbackOnly or rollback should clear any pending state)
- The Acceptor notification is being called after the IDGenerator is stopped
(found this by accident after stopping the IDGEnerator).
Issue Time Tracking
-------------------
Worklog Id: (was: 966090)
Remaining Estimate: 0h
Time Spent: 10m
> Hardening Paging Operation around Server Shutdown
> -------------------------------------------------
>
> Key: ARTEMIS-5428
> URL: https://issues.apache.org/jira/browse/ARTEMIS-5428
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Reporter: Clebert Suconic
> Priority: Major
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> I have been doing some extensive tests with Paging and PagingWriter, and I
> found a few interligated issues:
> - When the server is stopped, the IDGenerator could be used after the
> snapshot is generated, what could lead to data loss in case of a regular
> shutdown while system under heavy load
> - delayed Transaction could be completed after exceptions (the
> markRollbackOnly or rollback should clear any pending state)
> - The Acceptor notification is being called after the IDGenerator is stopped
> (found this by accident after stopping the IDGEnerator).
--
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