Comment 5 for bug 1382385

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/5681
Committed: http://github.org/Juniper/contrail-controller/commit/0b86de3c7f7cf916ead823474c969569757b4617
Submitter: Zuul
Branch: R2.0

commit 0b86de3c7f7cf916ead823474c969569757b4617
Author: Hampapur Ajay <email address hidden>
Date: Mon Dec 15 23:03:46 2014 -0800

Return correct type from dbe_alloc in error(EEXISTS) case

In timing situations where a port-create is in-flight and
another for same name is received, when check for dup is
false in http_post_common but caught in dbe_alloc, the return
type in dbe_alloc was incorrect causing incorrect further
processing.

Change-Id: I34edf4d61c1edc9071da154747ff7066aeefef92
Closes-Bug: #1382385
(cherry picked from commit ba7cfcb0a0baffad5e57dd1a6d141608f072b001)