cloud-fan commented on a change in pull request #24533: [SPARK-27637][Shuffle] For nettyBlockTransferService, if IOException occurred while fetching data, check whether relative executor is alive before retry URL: https://github.com/apache/spark/pull/24533#discussion_r283342181
########## File path: core/src/main/scala/org/apache/spark/network/netty/NettyBlockTransferService.scala ########## @@ -62,6 +66,8 @@ private[spark] class NettyBlockTransferService( private[this] var clientFactory: TransportClientFactory = _ private[this] var appId: String = _ + private implicit val askExecutionContext = ExecutionContext.global Review comment: is this still needed? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
