Github user KaiXinXiaoLei commented on a diff in the pull request:
https://github.com/apache/spark/pull/19968#discussion_r159167935
--- Diff: core/src/main/scala/org/apache/spark/rpc/netty/Dispatcher.scala
---
@@ -100,6 +102,7 @@ private[netty] class Dispatcher(nettyEnv: NettyRpcEnv,
numUsableCores: Int) exte
return
}
unregisterRpcEndpoint(rpcEndpointRef.name)
+ endpointsIsStopped.putIfAbsent(rpcEndpointRef.name, true)
--- End diff --
ok thanks
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]