commit | 458d71992258d7b9f3b4ab37cf07ecfd2e8fc667 | [log] [tgz] |
---|---|---|
author | liamfallon <liam.fallon@est.tech> | Wed Dec 05 17:38:40 2018 +0000 |
committer | liamfallon <liam.fallon@est.tech> | Wed Dec 05 17:41:06 2018 +0000 |
tree | bba88f8bfe53b0e7b1962d292e7391816e196b2a | |
parent | 259039fa91e3038c41f4a322d81e7ea07a78b96e [diff] |
Fix bugs in context flushing The context flushing support in the context distributor can throw a concurrent exception when a lot of context is active and a flush takes place. This fix introduces proper synchronized access to the album maps. In addition, there was an incorrect cast in the call to the persist() method of the persistor. Change-Id: I6594ffed83a0b34251a0c5c7893d4abb17437fd4 Issue-ID: POLICY-1380 Signed-off-by: liamfallon <liam.fallon@est.tech>
Copyright (C) 2016-2018 Ericsson. 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 APEX PDP Engine code. The settings file only needs to support the standard Maven repositories (e.g. central = http://repo1.maven.org/maven2/), and any proxy settings needed in your environment.
To build it using Maven 3, run: mvn clean install