mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-06 18:18:43 +00:00
This closes #1421 ARTEMIS-1202 Fix interleave during replication sync
This commit is contained in:
commit
e316c920b4
@ -337,7 +337,7 @@ public final class ReplicationEndpoint implements ChannelHandler, ActiveMQCompon
|
||||
this.channel = channel;
|
||||
}
|
||||
|
||||
private void finishSynchronization(String liveID) throws Exception {
|
||||
private synchronized void finishSynchronization(String liveID) throws Exception {
|
||||
if (logger.isTraceEnabled()) {
|
||||
logger.trace("BACKUP-SYNC-START: finishSynchronization::" + liveID);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user