IPV6 adress lost after ODL upgrade. 74/71874/17
authornithi thomas <nithi.t@altencalsoftlabs.com>
Tue, 8 May 2018 12:55:46 +0000 (18:25 +0530)
committerSridhar Gaddam <sgaddam@redhat.com>
Sat, 30 Jun 2018 15:13:46 +0000 (15:13 +0000)
commit686c8b30c63d4a2181278ed4ce51f9d4d099c3da
tree4984e0e435b3bbb76bba4706e2df3e2b1640d87b
parente6c181c1e8fdadaf60408b41f950c3bff7805666
IPV6 adress lost after ODL upgrade.

periodic IPV6 RA msgs missing after ODL upgrade from x to y , due to
which ipv6 address lost on all vm's.

Issue: NETVIRT-1248

Description:
During ODL upgrade , if cluster owner changes , the RA thread is not
getting restarted , due to which unsolicited RA msgs are not sent
from ODL.
     On every node-reboot, there is RE-connection of OVS(s) happens.
Once node is UP, MD-SAL replays configuration.
During which each listener can fire at random intervals and leading
inconsistent data store.
    This is observed only in a setup where 150 VNF's,
mulitiple networks, subnets, ...
       The issue is observed only in CLUSTERED-ODL upgrade.The same
issue was also reproduced without upgrade, "By rebooting
CLUSTERED-ODL nodes one after another sequentially".

Change-Id: Ibb45313280b433e2243ed8637ef4bdccc85aa61c
Signed-off-by: nithi thomas <nithi.t@altencalsoftlabs.com>
ipv6service/impl/src/main/java/org/opendaylight/netvirt/ipv6service/IfMgr.java
ipv6service/impl/src/main/java/org/opendaylight/netvirt/ipv6service/VirtualNetwork.java