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 2023/02/10 00:59:00 UTC

[jira] [Commented] (ARTEMIS-4163) Fix concurrency on Large Message parsing in OpenWire

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

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

Commit 69e21a0eb7f7d1a73fc1809c13b683a381841e4c in activemq-artemis's branch refs/heads/main from Clebert Suconic
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=69e21a0eb7 ]

ARTEMIS-4163 Fixing openwire race while chunkSend is happening


> Fix concurrency on Large Message parsing in OpenWire
> ----------------------------------------------------
>
>                 Key: ARTEMIS-4163
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-4163
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>            Reporter: Clebert Suconic
>            Assignee: Clebert Suconic
>            Priority: Major
>             Fix For: 2.29.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> We have added large message chunked parsing per ARTEMIS-4024.
> however if another packet is delivered while the chunk is looping you get wrong packets delivered. 
> A lock must be implemented.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)