commit | 69453d796578d46f1c0b98964b3a786718a86863 | [log] [tgz] |
---|---|---|
author | Joey Sullivan <joey.sullivan@amdocs.com> | Wed Nov 22 21:22:02 2017 +0000 |
committer | Joey Sullivan <joey.sullivan@amdocs.com> | Wed Nov 22 21:37:44 2017 +0000 |
tree | 3be3bf39287351978fdef2c54984aca9a8ee8cf5 | |
parent | 1240ccff36e26154de009bb16a024e221566fb80 [diff] |
Deleting missing vnf-list entry cause infiniteLoop Deleting a vnf-list entry that does not exist from the databoker throws a ModifiedNodeDoesNotExistException. This conflicted with the optimistic locking retry mechanism causing a infinite loop. Change-Id: I216a31eabf710ed365c8d928e4df0e866848eeca Issue-ID: SDNC-156 Signed-off-by: Joey Sullivan <joey.sullivan@amdocs.com>
This source repository contains the code for the SDN Controller northbound interface adaptors. To compile this code:
Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the OpenECOMP repositories and OpenDaylight repositories. See example-settings.xml for an example.
To compile, run "mvn clean install".