commit | 35e097276109c9474e6f391352c6f579e14b5c82 | [log] [tgz] |
---|---|---|
author | Pier Luigi <pierventre@hotmail.com> | Fri Jan 12 16:03:49 2018 +0100 |
committer | Charles Chan <rascov@gmail.com> | Wed Jan 17 10:30:46 2018 -0800 |
tree | 02a14ca581499b3b051bf6bb83cb0fdef1f09388 | |
parent | 60b0059f012f2afd00ccb41555ffb1c5b93623fc [diff] |
[CORD-2531] Missing flows and multicast groups The rationale for this change is: unhandled exceptions prevent Runnable to be scheduled in future. We need to protect the body of runnable. Related to [CORD-2532] and [CORD-2533]. In the pipeliner we use checkers and groups listener to get notification about groups. The error scenario: unhandled exception in the context of a group checker will kill the checker. We create a multicast group, which requires firstly a l2interfacegroup. The latter has been already created in the past. No notification from groups and no checker -> failure. Multicast group is not created and forwarding objective in pending (forever). Potentially, it can fix other errors scenario. Change-Id: I6ea0548c112002b9ce415103891dc01431bc1dc8
ONOS is a new SDN network operating system designed for high availability, performance, scale-out.