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 subversion and git services (Jira)" <ji...@apache.org> on 2020/11/23 04:44:00 UTC

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

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

ASF subversion and git services commented on ARTEMIS-3007:
----------------------------------------------------------

Commit 686036b1a4e387ac5054f04a09a587a242a0c6f8 in activemq-artemis's branch refs/heads/master from Clebert Suconic
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=686036b ]

ARTEMIS-3007 Checking if a message becomes large during copy

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.


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