Updated git submodules
authorAnil Vishnoi <vishnoianil@gmail.com>
Thu, 15 Dec 2016 01:49:17 +0000 (17:49 -0800)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 16 Dec 2016 02:32:59 +0000 (02:32 +0000)
commitbd93bcddf500586fbbbf8059ff4d2578b26a36c3
treea89f4c309464c53b51de5199e3501514c07fefb0
parent9066cdc4c19f2551f49242c864399502d16f689a
Updated git submodules

Project: ovsdb master 7f779eb28f576e99ea12201429cc3098863d99c0

Bug 7373 - ConflictingModificationAppliedException: Node was
created by other transaction

Ovsdb/Hwvtep plugin creates respective topology under network-topology/topology
and also they make a check if the parent node (network-topology) exist or not.
If not they create the root node. In a scenario where user loads both the
plugin together, their is a possibility that both the plugin can try to
create the network-topology as the same time and one of them will end up
with ConflictingModificationAppliedException. To resolve this scenario
this patch avoid the explcit create of the parent node, and uses the md-sal
PUT api that creates the missing parents. Although it's slow compared to
the other version of PUT api, but given that it's one time operation
at warm up time, it of not much concern.

Change-Id: I9171f17ceef43040d91e75e368ab4e6f59970c59
Signed-off-by: Anil Vishnoi <vishnoianil@gmail.com>
Signed-off-by: Sam Hague <shague@redhat.com>
docs/submodules/ovsdb