You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/05/06 08:14:26 UTC

[GitHub] [spark] turboFei edited a comment on issue #24533: [SPARK-27637] For nettyBlockTransferService, when exception occurred when fetching data, check whether relative executor is alive before retry

turboFei edited a comment on issue #24533: [SPARK-27637] For nettyBlockTransferService, when exception occurred when fetching data, check whether relative executor is alive  before retry
URL: https://github.com/apache/spark/pull/24533#issuecomment-489541964
 
 
   > does this account for the cases when external shuffle service is enabled?
   
   This executorAliveChecker is only implemented in nettyBlockTransferService.
   When external shuffle service is enabled,  nettyBlockTransferService is used to fetch broadcast block data and externalShuffleClient is used to fetch shuffle block data.
   Therefore,  this account for fetching broadcast block when external shuffle service is enabled.
   When external shuffle service is not enabled, this account for fetching both shuffle block data and broadcast data. @felixcheung 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org