-
Type: Bug
-
Status: Resolved (View Workflow)
-
Priority: Medium
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: VOLTHA v2.9
-
Component/s: openolt-agent
-
Labels:
-
Story Points:3
-
Epic Link:
-
Sprint:VOLTHA 2.9 - Release sprint
If the itupon-alloc config complete indication arrives too soon before the agent application starts waiting for the indication, then this indication is lost. This is treated as a itupon alloc objection failure even though it actually succeeded.
Given that we are now propagating the errors from the agent to adapter, the adapter considers the flow install as failed (scheduler is created as part of flow add - so scheduler add fail is flow add fail). The flow is re-pushed again and consequently scheduler create again, but given that the scheduler was already created (it is just that we did not process the success properly), the recreation fails. This is stuck in an endless loop.
The same issue could occur with itupon-gem object creation.