-
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
-
Story Points:2
-
Epic Link:
TechProfile (removal) configuration and VlanConfigFsm flow removal processing may still run into some deadlock situation, when started nearly at the same time.
TechProfile may lock mutexTpState and and with call to VlanConfigFsm::IsFlowRemovePending() may wait for VlanConfigFsm::mutexFlowParams.
In between VlanConfigFsm::RemoveUniFlowParams() takes VlanConfigFsm::mutexFlowParams and with call to Techprofile::setProfileToDelete() may wait for (above locked) mutexTpState.