You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "cdkrot (via GitHub)" <gi...@apache.org> on 2023/08/09 13:41:41 UTC

[GitHub] [spark] cdkrot commented on pull request #42399: [SPARK-44721][CONNECT] Revamp retry logic and make retries run for 10 minutes

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: reviews-unsubscribe@spark.apache.org

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


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