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 2019/01/18 02:21:05 UTC

[jira] [Closed] (ARTEMIS-2092) First page messages lost on server crash

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

clebert suconic closed ARTEMIS-2092.
------------------------------------

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