commit | 59278e17a3911518c5e3601b6a38bfbbcbcf0fc8 | [log] [tgz] |
---|---|---|
author | liamfallon <liam.fallon@est.tech> | Thu May 07 10:57:38 2020 +0100 |
committer | liamfallon <liam.fallon@est.tech> | Thu May 07 10:58:19 2020 +0100 |
tree | e73bdd4f100c49cbb5c298b9353cb5f4b77ae982 | |
parent | 3adbaa909ad1af4f80f7347cdfbce8bcab892db0 [diff] |
Fix simultaneous get access to policy provider When a "get" is executed while a "create" or "delete" is underway, the DB sessions overlp and data is lost in the database. "get" requests must also be synchronized. Issue-ID: POLICY-2533 Change-Id: Idbe155568e5d793fe82b7cc3aad5ef121e8209b9 Signed-off-by: liamfallon <liam.fallon@est.tech>
Copyright 2018 AT&T Intellectual Property. All rights reserved. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE Full license text at https://creativecommons.org/licenses/by/4.0/legalcode
This source repository contains the ONAP Policy Model code that is agnostic to any PDP. It is common amongst all the repositories.
To build it using Maven 3, run: mvn clean install