cxzl25 opened a new pull request, #3648:
URL: https://github.com/apache/celeborn/pull/3648

   ### What changes were proposed in this pull request?
   
   ### Why are the changes needed?
   
   Align with spark.port.maxRetries, default to 16 retries.
   
   ```java
   ERROR Executor: Exception in task 1153.0 in stage 11763.0 (TID 516674)
   java.lang.RuntimeException: java.net.BindException: Address already in use: 
Service 'ShuffleClient' failed after 1 retries (on a random free port)! 
Consider explicitly setting the appropriate binding address for the service 
'ShuffleClient' to the correct binding address.
        at 
org.apache.spark.shuffle.celeborn.SparkShuffleManager.getWriter(SparkShuffleManager.java:310)
   ```
   
   
   ### Does this PR resolve a correctness bug?
   No
   
   ### Does this PR introduce _any_ user-facing change?
   Yes
   
   ### How was this patch tested?
   GHA
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to