-
Type: Bug
-
Status: Resolved (View Workflow)
-
Priority: Medium
-
Resolution: Fixed
-
Affects Version/s: VOLTHA v2.8, VOLTHA v2.9
-
Fix Version/s: VOLTHA v2.8, VOLTHA v2.9
-
Component/s: openonu-adapter
-
Labels:None
-
Environment:
Observed in regression test here:
https://jenkins.opencord.org/view/All%20Jobs/job/periodic-software-upgrade-test-bbsim/396/
-
Story Points:1
-
Epic Link:
There is a logical deficit in the file download manager when evaluating and setting the responder channel on a succesful file download to the adapter.
Parallel processing may (sporadically) fall into a situation where the file is just written to the file system while the existence check still reports unavailibility.
These processes must be synchronized to ensure that either the requester gets the immediate success or the respond channel is really used at the end of the file download.