-
Type:
Story
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 1.6.0
-
Component/s: None
-
Labels:None
-
Story Points:3
-
Epic Link:
Most of tasks are currently executed using submit method rather than execute method. The problem of using submit is that, with this scheme, all of the exceptions are handled silently which is not what we expected. As a consequence, we need to sweep through the code, and invoke the execute whenever if it is needed. This issue is related to the issue ONOS-3528.