From 50bed534083c96cbf1f8fa4e220cb2b00dff9621 Mon Sep 17 00:00:00 2001 From: Alex Shatov Date: Fri, 27 Apr 2018 11:53:55 -0400 Subject: 2.4.2 policy-handler - fixed race on step-timer - fixed the bug of unpredictably stopping of the periodic catch-up step-timer due to thread race condition in policy-handler = added critical sections under the reentrant lock on every group of local var change in step-timer - added more stats for healthcheck to track each type of job-operation separately = that helps narrowing down identifying the potential problems - unit test coverage 76% Change-Id: I92ddf6c92a3d225d9b87427e3edfb7f80669501a Signed-off-by: Alex Shatov Issue-ID: DCAEGEN2-472 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 386e578..f6de927 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ from setuptools import setup setup( name='policyhandler', description='DCAE-Controller policy-handler to communicate with policy-engine', - version="2.4.1", + version="2.4.2", author='Alex Shatov', packages=['policyhandler'], zip_safe=False, -- cgit 1.2.3-korg