ARTEMIS-1303 Fix interleave during replication sync
This commit is contained in:
parent
d776a698e4
commit
69f8263267
|
@ -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…
Reference in New Issue