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 <clebertsuconic@...>
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.
----
---