In progress trxns criteria fix 05/65305/7
authorBalaji, Ramya (rb111y) <rb111y@att.com>
Fri, 7 Sep 2018 20:00:46 +0000 (16:00 -0400)
committerTakamune Cho <tc012c@att.com>
Tue, 11 Sep 2018 15:10:09 +0000 (15:10 +0000)
commitf1b353074c937b473e23e717966d97602bc981f8
treef35ef0d0571f898ac7c9bf1d435da9d47effe944
parent99043712640be0ffc317f95d0630b2119998cb2b
In progress trxns criteria fix

Changed the criteria for inprogress
transactions to the last X hours.
This will eliminate stale transactions
causing an incorrect scope
overlap error.

Issue-ID: APPC-1194
Change-Id: I2f3147503f4202e8e8931b2615e626e3b9af8261
Signed-off-by: Balaji, Ramya (rb111y) <rb111y@att.com>
appc-dispatcher/appc-dispatcher-common/transaction-recorder/src/main/java/org/onap/appc/transactionrecorder/TransactionRecorder.java
appc-dispatcher/appc-dispatcher-common/transaction-recorder/src/main/java/org/onap/appc/transactionrecorder/impl/TransactionRecorderImpl.java
appc-dispatcher/appc-dispatcher-common/transaction-recorder/src/test/java/org/onap/appc/transactionrecorder/impl/TransactionRecorderImplTest.java
appc-dispatcher/appc-request-handler/appc-request-handler-core/src/main/java/org/onap/appc/requesthandler/impl/RequestValidatorImpl.java
appc-dispatcher/appc-request-handler/appc-request-handler-core/src/test/java/org/onap/appc/requesthandler/impl/RequestValidatorImplTest.java