You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by jbertram <gi...@git.apache.org> on 2018/10/18 22:00:06 UTC

[GitHub] activemq-artemis pull request #2381: ARTEMIS-2136 synchronize copy construct...

GitHub user jbertram opened a pull request:

    https://github.com/apache/activemq-artemis/pull/2381

    ARTEMIS-2136 synchronize copy constructor

    A synchronization block was missed during the AMQP refactoring.
    This could impact use-cases involving diverts, cluster bridges, and
    multiple concurrent consumers.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-2136

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/2381.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2381
    
----
commit 175d77a5b78023a44c9ce140e39ea282fe9da7c9
Author: Clebert Suconic <cl...@...>
Date:   2018-10-18T21:18:45Z

    ARTEMIS-2136 synchronize copy constructor
    
    A synchronization block was missed during the AMQP refactoring.
    This could impact use-cases involving diverts, cluster bridges, and
    multiple concurrent consumers.

----


---

[GitHub] activemq-artemis pull request #2381: ARTEMIS-2136 synchronize copy construct...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/activemq-artemis/pull/2381


---

[GitHub] activemq-artemis issue #2381: ARTEMIS-2136 synchronize copy constructor

Posted by jbertram <gi...@git.apache.org>.
Github user jbertram commented on the issue:

    https://github.com/apache/activemq-artemis/pull/2381
  
    I ran the PR build locally and everything was good.


---