diff options
author | puthuparambil.aditya <aditya.puthuparambil@bell.ca> | 2022-02-03 16:42:13 +0000 |
---|---|---|
committer | puthuparambil.aditya <aditya.puthuparambil@bell.ca> | 2022-02-09 09:47:25 +0000 |
commit | 62ac0c3b172ef5dbbc9d22d10bb45186b446d4c9 (patch) | |
tree | 235a44d810587b6d01de8f8cb91cd6d1446b7728 /docs | |
parent | f5cad5a6d75d0072fb3be7347cccd50ecfa120ae (diff) |
Fix for retry mechanism on concurrent CmHandle registration
Issue-ID: CPS-856
Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca>
Change-Id: Ie7c0033f2987166315611f8a286ae3978466c75f
Diffstat (limited to 'docs')
-rwxr-xr-x | docs/release-notes.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 058f6baaeb..3fb0a70157 100755 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -41,6 +41,7 @@ Bug Fixes - `CPS-783 <https://jira.onap.org/browse/CPS-783>`_ Remove cm handle does not completely remove all cm handle information - `CPS-841 <https://jira.onap.org/browse/CPS-841>`_ Upgrade log4j to 2.17.1 as recommended by ONAP SECCOM - `CPS-867 <https://jira.onap.org/browse/CPS-867>`_ Database port made configurable through env variable DB_PORT + - `CPS-856 <https://jira.onap.org/browse/CPS-856>`_ Retry mechanism not working for concurrent CmHandle registration Known Limitations, Issues and Workarounds ----------------------------------------- |