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

[GitHub] activemq-artemis pull request #2380: ARTEMIS-2136 Adding synchronization on ...

GitHub user clebertsuconic opened a pull request:

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

    ARTEMIS-2136 Adding synchronization on Copy Constructor

    I missed this synchronization block during the AMQP Refactoring
    This could have issues on Diverts Or Clustering bridges.

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

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

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

    https://github.com/apache/activemq-artemis/pull/2380.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 #2380
    
----
commit 45e152644069ffcf10034aca997fabeda005ff04
Author: Clebert Suconic <cl...@...>
Date:   2018-10-18T21:18:45Z

    ARTEMIS-2136 Adding synchronization on Copy Constructor
    
    I missed this synchronization block during the AMQP Refactoring
    This could have issues on Diverts Or Clustering bridges.

----


---

[GitHub] activemq-artemis issue #2380: ARTEMIS-2136 Adding synchronization on Copy Co...

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

    https://github.com/apache/activemq-artemis/pull/2380
  
    @clebertsuconic, will do.  Thanks!


---

[GitHub] activemq-artemis issue #2380: ARTEMIS-2136 Adding synchronization on Copy Co...

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

    https://github.com/apache/activemq-artemis/pull/2380
  
    @jbertram can you take over? I will close my PR.


---

[GitHub] activemq-artemis pull request #2380: ARTEMIS-2136 Adding synchronization on ...

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

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


---

[GitHub] activemq-artemis issue #2380: ARTEMIS-2136 Adding synchronization on Copy Co...

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

    https://github.com/apache/activemq-artemis/pull/2380
  
    The test for this was a complex application. I still don't have a testcase for this.. I may come up with something next week.


---