-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 1.6.0
-
Component/s: None
-
Labels:
-
Environment:
commit 8e3e6a70f2ec9d18004a3cab75c73969879c7762
Author: Ray Milkey <ray@onlab.us>
Date: Tue May 24 13:33:48 2016 -0700Fix for
ONOS-4568- Intents stuck in INSTALLING stateThe default pipeline driver was not calling the success callback for
next objectives. This caused the intent installer to think there
were still flows in need of installation, and the intent never
completed.Change-Id: Ib411c317b28475cfc1e966e31f859cebbeea3792
(cherry picked from commit ce7db1b65f15c598becc773a5eb19a1a5319ccd5)commit 8e3e6a70f2ec9d18004a3cab75c73969879c7762 Author: Ray Milkey <ray@onlab.us> Date: Tue May 24 13:33:48 2016 -0700 Fix for ONOS-4568 - Intents stuck in INSTALLING state The default pipeline driver was not calling the success callback for next objectives. This caused the intent installer to think there were still flows in need of installation, and the intent never completed. Change-Id: Ib411c317b28475cfc1e966e31f859cebbeea3792 (cherry picked from commit ce7db1b65f15c598becc773a5eb19a1a5319ccd5)
-
Story Points:2
-
Epic Link:
-
Sprint:Goldeneye Black Sprint #4
With flow objective enabled, installing or removing intents sometimes cause warnings in the log, especially when the intent amount being installed/removed is large.
2016-05-24 15:11:46,427 | WARN | tive-installer-2 | FlowObjectiveManager | 129 - org.onosproject.onos-core-net - 1.6.0.SNAPSHOT | Nothing pending for this obj event ObjectiveEvent
Update: the warnings above have been converted to debug messages. However we are still seeing "Failed installation/withdrawal" warnings as described in the first comment.