Skip to content
Snippets Groups Projects
Commit bc95fe08 authored by GuoQiang Li's avatar GuoQiang Li Committed by Josh Rosen
Browse files

In the stop method of ConnectionManager to cancel the ackTimeoutMonitor

cc JoshRosen sarutak

Author: GuoQiang Li <witgo@qq.com>

Closes #1989 from witgo/cancel_ackTimeoutMonitor and squashes the following commits:

4a700fa [GuoQiang Li] In the stop method of ConnectionManager to cancel the ackTimeoutMonitor
parent 2fc8aca0
No related branches found
No related tags found
No related merge requests found
......@@ -886,6 +886,7 @@ private[spark] class ConnectionManager(
}
def stop() {
ackTimeoutMonitor.cancel()
selectorThread.interrupt()
selectorThread.join()
selector.close()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment