bug 8671 same client notified multiple times 24/58824/10
authorK.V Suneelu Verma <k.v.suneelu.verma@ericsson.com>
Tue, 13 Jun 2017 14:00:31 +0000 (19:30 +0530)
committerSam Hague <shague@redhat.com>
Fri, 16 Feb 2018 02:46:10 +0000 (02:46 +0000)
commitddc93e2d5183c9b26bdd2943ade1fc33d8c14999
treef7535e77fb6ef538e53be0380e8ce36bbf1b28d9
parent466e1630afd87e306906b1cf4d69d6ef97b6c035
bug 8671 same client notified multiple times

only leader node will initialize topology
each node listens for topology creation/add event
once it receives the add event opens the ovsdb port to clients
Now we are absolutely sure that topology node can be created for the
new incoming connections.

when a new node joins/leaves the cluster , the leader node
will reinit the topology which is a no op event

Change-Id: I45c319195f593d8bd99b19f07f5568492cf9077f
Signed-off-by: K.V Suneelu Verma <k.v.suneelu.verma@ericsson.com>
hwvtepsouthbound/hwvtepsouthbound-impl/src/main/java/org/opendaylight/ovsdb/hwvtepsouthbound/HwvtepSouthboundProvider.java
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/SouthboundProvider.java