AbstractPeer.createPeerPath() should not be synchronized
[bgpcep.git] / bgp / rib-impl / src / main / java / org / opendaylight / protocol / bgp / rib / impl / ApplicationPeer.java
index 879e92570e80f462d0b377ed071626b6aa99c6ae..4979d49c424e3334f40567ebed5b86754622183e 100644 (file)
@@ -148,7 +148,7 @@ public class ApplicationPeer extends AbstractPeer implements ClusteredDOMDataTre
                 }
             }
         };
-        this.peerPath = createPeerPath();
+        this.peerPath = createPeerPath(this.peerId);
         this.adjRibInWriter = this.adjRibInWriter.transform(this.peerId, this.peerPath, context, localTables,
                 Collections.emptyMap(), registerAppPeerListener);
         this.effectiveRibInWriter = new EffectiveRibInWriter(this, this.rib,