From 77ecfdc406cf6e7eaaa8e1ea39b77c9d5f74d6df Mon Sep 17 00:00:00 2001 From: Joey Sullivan Date: Thu, 5 Oct 2017 19:48:12 +0000 Subject: Updated git submodules Project: appc master a132582db7f3718d51959cd093bea5198bf94530 APPC - OAM ConcurrentModificationException Fixes: - In the AsyncTaskHelper, the cancel future augmentation in the scheduleBaseRunnable(...) removed itself from the myFutureSet while it was iterating over the entries. This caused the ConcurrentModificationException - The Timeout operation in the ConfigurationHelper was not converting the units to millisecond. - The Timeout in the BaseProcessor. preProcess(...) was NOT using the request-timeout value supplied in the request. - When a timeout occurred in the BaseProcessor. preProcess(...) method, the OAM state was not being switched to ERROR state Issue-Id: APPC-263 Change-Id: I02c5e3adaca9a595d2c3541d8a997f3254bf097a Signed-off-by: Joey Sullivan --- docs/submodules/appc.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules') diff --git a/docs/submodules/appc.git b/docs/submodules/appc.git index b9ab501e8..a132582db 160000 --- a/docs/submodules/appc.git +++ b/docs/submodules/appc.git @@ -1 +1 @@ -Subproject commit b9ab501e8f5fd4750dd3dc07d054821a186a35b2 +Subproject commit a132582db7f3718d51959cd093bea5198bf94530 -- cgit 1.2.3-korg