OVSDB MD-SAL SB - remove extra disconnected call 29/15129/2
authorEric Multanen <eric.w.multanen@intel.com>
Tue, 10 Feb 2015 22:52:38 +0000 (14:52 -0800)
committerSam Hague <shague@redhat.com>
Wed, 11 Feb 2015 14:02:02 +0000 (14:02 +0000)
commit43c328b63ae1f680a9e9921dc677f2d35c808798
tree141ce05218bbf3708f1757ac3dfe179e9ce21518
parent93799f479981737cac9bad3896c9fd65b3406236
OVSDB MD-SAL SB - remove extra disconnected call

When deleting an active ODL connection to an OVS node
via restconf, the disconnect() call in
OvsdbConnectionManager.java called the disconnected()
method which resulted in two transactions to remove the
operational MD-SAL entry for the node.  Which resulted
in WARNings in the log.

Change-Id: I305be04a9217c03d646b103294e7f0d7eabf7df8
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/OvsdbConnectionManager.java