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 2017/04/15 17:48:41 UTC

[jira] [Commented] (ARTEMIS-1111) Broker thread hangs if an AMQP consumer is closed during delivery

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

ASF GitHub Bot commented on ARTEMIS-1111:
-----------------------------------------

Github user jdanekrh commented on a diff in the pull request:

    https://github.com/apache/activemq-artemis/pull/1202#discussion_r111669868
  
    --- Diff: tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/ProtonTest.java ---
    @@ -1583,6 +1583,45 @@ public void testSimpleText() throws Throwable {
        }
     
        @Test
    +   public void testTimedOutWaitingForWriteLogOnConsumer() throws Throwable {
    --- End diff --
    
    test with the exact same name is already on line 534; one of them should be renamed


> Broker thread hangs if an AMQP consumer is closed during delivery
> -----------------------------------------------------------------
>
>                 Key: ARTEMIS-1111
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1111
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>            Reporter: Martyn Taylor
>
> There's a lock contention issue in the AMQP protocol.  If a linkClose is processed whilst Artemis is delivering messages on the associated consumer, a deadlock scenario can occur.  It will eventually timeout but the issue is still present.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)