From c48b9767a6bcad91f89fc3fded0b6024e89525c0 Mon Sep 17 00:00:00 2001 From: Satoshi Fujii Date: Mon, 18 Oct 2021 06:23:34 +0000 Subject: Fix no such file or directory error fetch_json_file() function is called from two processes, misshtbtd and cbs_polling. When they call the func at the same time, both procs try to remove download.json, so `No such file or directory` error occurs on one of them and the process stop working by the error. This change adds an exception handling to ignore the error. Issue-ID: DCAEGEN2-2872 Signed-off-by: Satoshi Fujii Change-Id: I4f9f0a4522badcdef51392f4bbccfd6aa42fd9d0 --- Changelog.md | 1 + 1 file changed, 1 insertion(+) (limited to 'Changelog.md') diff --git a/Changelog.md b/Changelog.md index faa6057..db72ea9 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-2872] No such file or directory error and stop working - [DCAEGEN2-2940] Microsec timestamp not properly handled - [DCAEGEN2-2944] cbs polling process startup failure -- cgit 1.2.3-korg