[
https://issues.apache.org/jira/browse/ARTEMIS-2092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Bertram resolved ARTEMIS-2092.
-------------------------------------
Resolution: Fixed
> First page messages lost on server crash
> ----------------------------------------
>
> Key: ARTEMIS-2092
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2092
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: Broker
> Affects Versions: 2.6.3
> Reporter: yangwei
> Priority: Major
> Fix For: 2.7.0, 2.6.4
>
>
> Reproduction steps:
> # Send messages(using non transactional session), ensure the queue enters
> page mode and only one page is created.
> # Kill -9 server process or crash server.
> # Start the server and we find that page created in step 1 is deleted.
> Messages in the page are lost.
> When server starts, we should set empty flag of pageSubscription to false if
> pendingCounter record is loaded to prevent cleanup process from deleting the
> page.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)