commit | 07532abd3645c40b148fa4100723761f75e878a3 | [log] [tgz] |
---|---|---|
author | Pier Luigi <pierventre@hotmail.com> | Fri Jan 12 16:03:49 2018 +0100 |
committer | Pier Luigi <pierventre@hotmail.com> | Wed Jan 17 13:19:51 2018 +0100 |
tree | 4e2d2f67fb055f6956a53507cca8ec03aab63050 | |
parent | 8596fde581d04cdb0688cc7b1b41a6eed1263263 [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.