aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorSatoshi Fujii <fujii-satoshi@jp.fujitsu.com>2021-10-15 05:57:24 +0000
committerSatoshi Fujii <fujii-satoshi@jp.fujitsu.com>2021-10-21 09:48:00 +0000
commit4c058689904178714211f38bc5e5e083eaffadbf (patch)
treebbb11bbbfb212baa26a05a3d02491b04eb8889f0 /Changelog.md
parent8ea70b60efac67f8b4ad4be8b8018a946f551d06 (diff)
Fix cbs polling process startup failure
cbs polling process sometimes failed to start by `relation "hb_common" does not exist` error. The polling process tries to read hb_common table on startup, but the process is created before the parent process creates hb_common table. So the error may occur in race condition. cbs_polling process must be started after `hb_common` table populated. Signed-off-by: Satoshi Fujii <fujii-satoshi@jp.fujitsu.com> Issue-ID: DCAEGEN2-2944 Change-Id: Iee682b62a385dfaf2ec1355e781cda9c3def23c0
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index ea8694a..a737ec8 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- [DCAEGEN2-2939] Removed unused code (config\_notif.py)
### Fixed
- [DCAEGEN2-2832] Pod become unready state
+- [DCAEGEN2-2944] cbs polling process startup failure
## [2.3.1.] - 2021/06/19