Election Handler Cleanup 51/24751/1
authorKevin McKiou <km097d@att.com>
Tue, 21 Nov 2017 19:29:49 +0000 (13:29 -0600)
committerKevin McKiou <km097d@att.com>
Tue, 21 Nov 2017 19:30:21 +0000 (13:30 -0600)
commit49e60f1b0c95f63ce48fde526cc5c1ec1f046d74
treed2005ba9fa016f7dc9ccbdf5afff43aee2b54081
parent522edbec8a09d2aa7514980b6e8593015d75814d
Election Handler Cleanup

Under stress, the election handler in feature-active-standby-management
may not get a chance to run within the allowed window causing the
"watcher" thread to kill it and restart it.  The run window is
expanded.  Also the pdp.updateInterval and pdp.checkInterval
parameter values are increased appropriately in the properties file.

Issue-ID: POLICY-484
Change-Id: I0c1c2d4fdfbc408be929c56e451b92fc7ad4464a
Signed-off-by: Kevin McKiou <km097d@att.com>
feature-active-standby-management/src/main/feature/config/feature-active-standby-management.properties
feature-active-standby-management/src/main/java/org/onap/policy/drools/activestandby/DroolsPdpsElectionHandler.java