openshift / openshift-sdn

Apache License 2.0
69 stars 63 forks source link

SDN watch interfaces should honor stop channel for termination #147

Closed pravisankar closed 5 years ago

pravisankar commented 9 years ago

When SDN master/node controller terminates, it sends terminate signal to all asynchronous watch interfaces via stop channel but some of the watch interfaces are not listening on stop channel. All the watch interfaces should terminate gracefully.