-
Type: Task
-
Status: Resolved (View Workflow)
-
Priority: Medium
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: VOLTHA v2.10
-
Component/s: openolt-adapter
-
Labels:None
-
Story Points:1
Both FlowManager and ResourceManager are holding a map of (gem -> flowIDs) and a map of (onu -> gemInfo)
All of these maps are handled with their own locks and it seems there is no need for both of these managers to cache such information.