The Switch Event thread is the thread that processes events coming from all switches. 42/5142/1
authorAsad Ahmed <asaahmed@cisco.com>
Wed, 5 Feb 2014 23:44:31 +0000 (15:44 -0800)
committerAsad Ahmed <asaahmed@cisco.com>
Wed, 5 Feb 2014 23:44:31 +0000 (15:44 -0800)
commit9d71b491bb9ad8b14f6a3bea7269f879812373dd
tree8b1eec96bd737c3dfdddc08ea2feae3f2075f4e2
parent3eb3d2d181fd81a1b723f90ca98d56e8bc7b3ba4
The Switch Event thread is the thread that processes events coming from all switches.
Right now its very fragile as an unhandled exception can cause the thread to die causing
the controller to be unusable. Making the thread more tolerant of exceptions and making
the shutdown of the thread more deterministic.

Change-Id: I31c31f012229de8e124c0c13fa651513daaf6776
Signed-off-by: Asad Ahmed <asaahmed@cisco.com>
opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/core/internal/Controller.java