You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "yangwei (JIRA)" <ji...@apache.org> on 2018/09/19 07:55:00 UTC

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

yangwei created ARTEMIS-2092:
--------------------------------

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


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)