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 --- etc/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/config.json b/etc/config.json index ea51ab9..35ed0b5 100644 --- a/etc/config.json +++ b/etc/config.json @@ -1,5 +1,5 @@ { - "version" : "2.0.0", + "version" : "2.4.2", "wservice_port" : 25577, "policy_handler" : { "system" : "policy_handler" -- cgit 1.2.3-korg