X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Ftopologymanager%2Fimplementation%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Ftopologymanager%2Finternal%2FTopologyManagerImpl.java;h=5ecddcfc88bd501e65164303e946a29ef36ec46e;hb=a39244aeca4edc981c0645407cb53b8deafa7471;hp=004d1b98db3eff61292937888a6fa34b1f9a4ee6;hpb=52757c15dc010e68ef15899daf50f78291966bee;p=controller.git diff --git a/opendaylight/topologymanager/implementation/src/main/java/org/opendaylight/controller/topologymanager/internal/TopologyManagerImpl.java b/opendaylight/topologymanager/implementation/src/main/java/org/opendaylight/controller/topologymanager/internal/TopologyManagerImpl.java index 004d1b98db..5ecddcfc88 100644 --- a/opendaylight/topologymanager/implementation/src/main/java/org/opendaylight/controller/topologymanager/internal/TopologyManagerImpl.java +++ b/opendaylight/topologymanager/implementation/src/main/java/org/opendaylight/controller/topologymanager/internal/TopologyManagerImpl.java @@ -79,7 +79,6 @@ public class TopologyManagerImpl implements static final String TOPONODECONNECTORDB = "topologymanager.nodeConnectorDB"; static final String TOPOUSERLINKSDB = "topologymanager.userLinksDB"; private static final Logger log = LoggerFactory.getLogger(TopologyManagerImpl.class); - private static final String SAVE = "Save"; private ITopologyService topoService; private IClusterContainerServices clusterContainerService; // DB of all the Edges with properties which constitute our topology @@ -918,10 +917,10 @@ public class TopologyManagerImpl implements // Lets sleep for sometime to allow aggregation of event Thread.sleep(100); } catch (InterruptedException e1) { - log.warn("TopologyNotify interrupted {}", e1.getMessage()); if (shuttingDown) { return; } + log.warn("TopologyNotify interrupted {}", e1.getMessage()); } catch (Exception e2) { log.error("", e2); }