-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.9.0
-
Component/s: None
-
Labels:None
-
Story Points:1
ONOS throws socket exception during shutdown.
ERROR | dpi-dpi-listener | DpiStatisticsManager | 133 - org.onosproject.onos-incubator-net - 1.9.0.SNAPSHOT | DpiStatisticsListener: Exception = java.net.SocketException: Socket closed
Thread shutdown is not done in the right way. Socket are closed though the current thread is continuing execution. We should close the socket only after stopping the thread.