Clebert Suconic created ARTEMIS-4155:
----------------------------------------

             Summary: Broker will dead lock if sending OpenWire Large Messages 
With Journal Retention configured.
                 Key: ARTEMIS-4155
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-4155
             Project: ActiveMQ Artemis
          Issue Type: Bug
            Reporter: Clebert Suconic
            Assignee: Clebert Suconic
             Fix For: 2.29.0


the LargeServerMessageImpl.asLargeMessage will check if the message is beyond 
the journal buffer size and convert it to large.

if retention is used, this operation tries to make a sync operation on the 
journal which will never complete because is being called within the 
JournalExecutor itself. It's a server's deadlock on this case (actually 
technically a starvation, but same results).



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

Reply via email to