cdkrot commented on PR #42399: URL: https://github.com/apache/spark/pull/42399#issuecomment-1671350656
>> This was only true of python, right? >> Scala deterministically waited That's also a bug. When the retry logic was ported from python to scala randomization was not added. And we would rather have some jitter randomization (in both python & scala). In my implementation I'm actually making the same logic for both Py & Scala. -- 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]
