Handle EOS Timeout for the Hwvtep Node addition. 54/88454/3
authorChandra Shekar S <chandra.shekar.s@ericsson.com>
Tue, 17 Mar 2020 09:40:18 +0000 (15:10 +0530)
committerChandra Shekar S <chandra.shekar.s@ericsson.com>
Mon, 23 Mar 2020 07:21:12 +0000 (12:51 +0530)
commit065c99f7eec9377001dff286dd5a4e76c1781882
tree27ec3983755fc071556ba30e1f1696a1cdf8eef9
parent7c4259bf33063c9386fb2625b0a79bdbd484dbd2
Handle EOS Timeout for the Hwvtep Node addition.

If the Hwvtep Node is not added after the connection because of any error/exceptions ( ex: EOS) ,
add a job to disconnect hwvtep to the schedular so that the next iteration it could successed.

Signed-off-by: Chandra Shekar S <chandra.shekar.s@ericsson.com>
Change-Id: Ib805f1689f5f696c0df876f833a855da1e537e45
hwvtepsouthbound/hwvtepsouthbound-impl/src/main/java/org/opendaylight/ovsdb/hwvtepsouthbound/HwvtepConnectionManager.java
hwvtepsouthbound/hwvtepsouthbound-impl/src/main/java/org/opendaylight/ovsdb/hwvtepsouthbound/HwvtepOperGlobalListener.java
hwvtepsouthbound/hwvtepsouthbound-impl/src/main/java/org/opendaylight/ovsdb/hwvtepsouthbound/HwvtepSouthboundConstants.java
utils/mdsal-utils/pom.xml
utils/mdsal-utils/src/main/java/org/opendaylight/ovsdb/utils/mdsal/utils/Scheduler.java [new file with mode: 0644]