Bug 3989 -- Fix the original patch. Original patch can break 59/27459/3
authorAnil Vishnoi <vishnoianil@gmail.com>
Fri, 25 Sep 2015 17:34:02 +0000 (23:04 +0530)
committerAnil Vishnoi <vishnoianil@gmail.com>
Fri, 25 Sep 2015 19:27:53 +0000 (00:57 +0530)
commit60f84761db3028b7b8047349719dd790384457c3
treeefc1078709d3937f4bf78b6c779d1db5c87c99f2
parent65f5eca88489ba7941a5843e1a3703c5af3db6ee
Bug 3989 -- Fix the original patch. Original patch can break
the functioning if there are more then one data change and
the first data change is OvsdbNodeAugmentation for which connection
already exist. It will return out of OnDataChanged() when it see
that connection already exist, without processing rest of the
data

Change-Id: Icec9fdcc241fb9f1b823d73cbe2dfdd1f5c3def7
Signed-off-by: Anil Vishnoi <vishnoianil@gmail.com>
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/OvsdbDataChangeListener.java
southbound/southbound-impl/src/test/java/org/opendaylight/ovsdb/southbound/OvsdbDataChangeListenerTest.java