From: Taka Cho Date: Thu, 31 Jan 2019 02:08:59 +0000 (-0500) Subject: add one note in release note X-Git-Tag: 1.5.0~324 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=a5af4b57b33907b68ecf313dec8a3b1013568466;hp=e374b2e5df39abeac50b587a9426ebc9bed25c26;p=appc.git add one note in release note A note is added for R3 Mtn release Change-Id: I58b435d279601cf90b951b12b7fdc2e2397676b1 Issue-ID: APPC-1375 Signed-off-by: Taka Cho --- diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 7cb420f4a..8b391800f 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -40,6 +40,9 @@ The Casablanca maintenance release fixed the following bugs: - `CCSDK-741 `_ - Removed Work-around required for vCPE use case to correct the error described in CCSDK ticket. +Special Note for `APPC-1367 `_ - APPC fails healthcheck with 404 error: + + During testing, we found there is a timing issue. When using OOM to deploy to k8s environment the clustered MariaDB database is not accessible at the time when the APPC pod is trying to insert the DG into MariaDb. This would cause the healthcheck issue. The workaround to solve this issue is redeploying the APPC pod. Version: 1.4.3 --------------