cxzl25 opened a new pull request, #2692: URL: https://github.com/apache/celeborn/pull/2692
### What changes were proposed in this pull request? ### Why are the changes needed? https://github.com/apache/celeborn/actions/runs/10417785546/job/28852691241#step:4:5804 Now the worker retry logic, the first time of sleep is 2000, the second time is 4000000, and the third time is 8000000000 milliseconds. It is estimated that it will be difficult to complete the retry. ```scala Thread.sleep(math.pow(2000, workerStartRetry).toInt) ``` ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? GA -- 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]
