nija-at opened a new pull request, #40066: URL: https://github.com/apache/spark/pull/40066
### What changes were proposed in this pull request? * Reduce the number of retries when sending a request to spark connect service. * Slightly increased debug logging to help better debugging ### Why are the changes needed? Currently, 15 retries with the current backoff strategy result in the client sitting in the retry loop for ~400 seconds. This means, applications and users using the spark connect client will hang for 6ish minutes with no response. Instead, simply reduce the retry to 4, which reduces the retry loop in the worst case to a reasonable ~4 seconds. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Manual testing -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
