-
Type: Bug
-
Status: Resolved (View Workflow)
-
Priority: Medium
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: VOLTHA v2.6
-
Component/s: openonu-adapter
-
Labels:None
-
Story Points:1
-
Epic Link:
In certain load test situations onu-teardown-procedure could be delayed if onu-adapter receives ONU_IND with operState=down, when the corresponding deviceHandler was already deleted by RPC Delete_device(). To prevent this, the race condition workaround Adopt_device/ONU_IND has to be resticted to ONU_INDs with operState=up.