From 82a6252d3d3008c1ee568b1eb85de0701600918d Mon Sep 17 00:00:00 2001 From: PatrikBuhr Date: Wed, 9 Feb 2022 13:36:57 +0100 Subject: Updated Lock to avoid starvation The lock class is made more greedy so all locks are granted in the requested order. Previously, an exclusive lock could be discriminated. Issue-ID: CCSDK-3560 Signed-off-by: PatrikBuhr Change-Id: If2dd171409c58eacbccce9569b2f6694e09992a2 --- docs/offeredapis/swagger/pms-api.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/offeredapis/swagger/pms-api.yaml') diff --git a/docs/offeredapis/swagger/pms-api.yaml b/docs/offeredapis/swagger/pms-api.yaml index c23f0fcf..875e2734 100644 --- a/docs/offeredapis/swagger/pms-api.yaml +++ b/docs/offeredapis/swagger/pms-api.yaml @@ -435,7 +435,7 @@ paths: - Service Registry and Supervision summary: Heartbeat indicates that the service is running description: A registerred service must call this in regular intervals to indicate - that it is in operation. Absence of this call will lead to that teh service + that it is in operation. Absence of this call will lead to that the service will be deregisterred and all its policies are removed. operationId: keepAliveService parameters: -- cgit 1.2.3-korg