You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2017/03/24 20:54:41 UTC

[jira] [Created] (ARTEMIS-1069) AMQP: Thread unsafe proton usage found

Timothy Bish created ARTEMIS-1069:
-------------------------------------

             Summary: AMQP: Thread unsafe proton usage found
                 Key: ARTEMIS-1069
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1069
             Project: ActiveMQ Artemis
          Issue Type: Bug
          Components: AMQP
    Affects Versions: 2.0.0
            Reporter: Timothy Bish
             Fix For: 2.next


Found a few cases in the AMQP handlers where proton objects are used outside the connection lock where the usage can cause updates to the Transport work list which if happens concurrently can break the state of the work list.  

Also found one case where a the code if offering credit to a sender which is not necessary as the sender credit is determined by the remote receiver flowing credit to it.  



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