-
Type: Bug
-
Status: Resolved (View Workflow)
-
Priority: Medium
-
Resolution: Fixed
-
Affects Version/s: VOLTHA v2.5
-
Fix Version/s: VOLTHA v2.6
-
Component/s: openolt-adapter, openolt-agent
-
Labels:None
-
Story Points:5
-
Epic Link:
We have observed that the OpenOLT adapter at scale constantly takes more that 10 seconds to react to flows.
Few ideas are discussed in document
https://docs.google.com/document/d/1Q_VAfBg-kSR-ATS5JgC57rZboQ-aeNhSm4tINOiFcCE/edit#heading=h.4x5eh1mw3ynt to make OpenOltFlowManager per PON port that could limit the lock to a PON port rather than the whole device and could provide performance improvements.
Also the openolt adapter code needs to be reviewed for any redundant locks or re-work data structures that are stored on the KV store which could potentially give performance improvements.