-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.10.0, 1.11.0
-
Component/s: None
-
Labels:
-
Story Points:3
-
Epic Link:
-
Sprint:K Bug Sprint
Steps to reproduce (in 3-node cluster)
cfg set org.onosproject.provider.nil.NullProviders deviceCount 7 cfg set org.onosproject.provider.nil.NullProviders topoShape linear cfg set org.onosproject.provider.nil.NullProviders enabled true cfg set org.onosproject.net.intent.impl.IntentManager skipReleaseResourcesOnWithdrawal true cfg set org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator useFlowObjectives true cfg set org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator defaultFlowObjectiveCompiler org.onosproject.net.intent.impl.compiler.LinkCollectionIntentObjectiveCompiler balance-masters push-test-intents -i null:0000000000000001/6 null:0000000000000007/5 1000 1
This cause by FlowObjectiveManager
Patch https://gerrit.onosproject.org/#/c/13856/ modified FlowObjectiveManager, the manager access the flow objective store every time when we apply a NextObjective.
Needs to figure out if there is any posibility to put cache mechanism to the store to improve it.
# | Subject | Branch | Project | Status | CR | V |
---|---|---|---|---|---|---|
14025,6 | [ONOS-6476] Fix performance issue of FlowObjectiveManager | master | onos | Status: MERGED | +2 | +1 |
14053,1 | [ONOS-6476] Fix performance issue of FlowObjectiveManager | onos-1.10 | onos | Status: MERGED | +2 | +1 |
14055,3 | fix: (vNet) reflect changes of flow objective service | master | onos | Status: MERGED | +2 | +1 |