You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/02/13 02:04:00 UTC

[jira] [Work logged] (ARTEMIS-2251) Large messages might not be deleted when server crashed

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

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

                Author: ASF GitHub Bot
            Created on: 13/Feb/19 02:03
            Start Date: 13/Feb/19 02:03
    Worklog Time Spent: 10m 
      Work Description: qihongxu commented on pull request #2549: ARTEMIS-2251 Large messages might not be deleted when server crashed
URL: https://github.com/apache/activemq-artemis/pull/2549
 
 
   When deleting large messages, artemis will use storePendingLargeMessage to insert a temporary record in journal for reload, in case server crashed and large messages stayed forever. But in storePendingLargeMessage that appendAddRecord inserts records asynchronously. In this way there are potential risks that tasks in executor get lost due to server crash, which may lead to undeletable large messages. To solve this problem a Boolean is added to storePendingLargeMessage so that it will be forced to use SimpleWaitIOCallback in delete situation.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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

            Worklog Id:     (was: 197887)
            Time Spent: 10m
    Remaining Estimate: 0h

> Large messages might not be deleted when server crashed
> -------------------------------------------------------
>
>                 Key: ARTEMIS-2251
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2251
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>            Reporter: Qihong Xu
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> When deleting large messages, artemis will use storePendingLargeMessage to insert a temporary record in journal for reload, in case server crashed and large messages stayed forever. But in storePendingLargeMessage that appendAddRecord inserts records asynchronously. In this way there are potential risks that tasks in executor get lost due to server crash, which may lead to undeletable large messages. To solve this problem a Boolean is added to storePendingLargeMessage so that it will be forced to use SimpleWaitIOCallback in delete situation.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)