Local Bucket Entry deleted 41/73641/5
authorDhiman <dhiman.ghosh@ericsson.com>
Wed, 20 Jun 2018 09:06:13 +0000 (14:36 +0530)
committerSam Hague <shague@redhat.com>
Wed, 4 Jul 2018 18:13:31 +0000 (18:13 +0000)
commit8197d6cf5954e190ce70c1721d80acd0b8c2e3ca
treeb249ddc3c868cf64fbcd79dce618846b28bc0a45
parentfc79e97f204288a7d8e9416483f45243897e047d
Local Bucket Entry deleted

Verify ECMP traffic distribution with weighted buckets -
Controller Restart with CSS in standalone Mode
========================================================

After Controller Restart the Local Bucket Entry was getting deleted.
This was happening bacause of multiple simultanious event was causing
ConflictModifiactionException while updating the group entry. Now
we are using DJC to submit a job using SAME key for adding group and
flows, so that it would go to the samed jobqueue and writes get
executed serially, first the froups and then the flows), instead of
parallely and no comflict in writing by diffent thread to the same
node.

Change-Id: I23ad23d1db830213feb992897ee01de6148b156a
Signed-off-by: Dhiman <dhiman.ghosh@ericsson.com>
fibmanager/impl/src/main/java/org/opendaylight/netvirt/fibmanager/EvpnVrfEntryHandler.java
fibmanager/impl/src/main/java/org/opendaylight/netvirt/fibmanager/NexthopManager.java
fibmanager/impl/src/main/java/org/opendaylight/netvirt/fibmanager/VrfEntryListener.java