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 2020/11/23 04:37:00 UTC

[jira] [Work logged] (ARTEMIS-3007) DLQ can crash the server if message almost large

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

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

                Author: ASF GitHub Bot
            Created on: 23/Nov/20 04:36
            Start Date: 23/Nov/20 04:36
    Worklog Time Spent: 10m 
      Work Description: clebertsuconic opened a new pull request #3356:
URL: https://github.com/apache/activemq-artemis/pull/3356


   This is to avoid shutting down the server on a critical failure in case the message is a few bytes shy
   from beyond the max buffer size.
   
   This will prevent the issue.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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: 515366)
    Remaining Estimate: 0h
            Time Spent: 10m

> DLQ can crash the server if message almost large
> ------------------------------------------------
>
>                 Key: ARTEMIS-3007
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3007
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>    Affects Versions: 2.16.0
>            Reporter: Clebert Suconic
>            Priority: Major
>             Fix For: 2.17.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> In some rare occasions if the message is a few byes shy from be considered a large message (usually 100K Bytes) a DLQ operation can make the buffer too large to accept the message and a critical exception may happen.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)