yangwwei opened a new pull request #34672:
URL: https://github.com/apache/spark/pull/34672


   ### What changes were proposed in this pull request?
   Propose to skip registering with ESS if a customized shuffle manager (Remote 
Shuffle Service) is configured. Otherwise, when the dynamic allocation is 
enabled without an external shuffle service in place, the Spark executor still 
tries to connect to the external shuffle service which gets to a connection 
refused exception.
   
   
   ### Why are the changes needed?
   To get dynamic allocation works with a 3rd party remote shuffle service.
   
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   
   ### How was this patch tested?
   Test locally
   


-- 
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.

To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

Reply via email to