cloud-fan commented on code in PR #44953:
URL: https://github.com/apache/spark/pull/44953#discussion_r1473751219


##########
common/utils/src/main/scala/org/apache/spark/SparkThrowableHelper.scala:
##########
@@ -74,6 +74,26 @@ private[spark] object SparkThrowableHelper {
     errorClass.startsWith("INTERNAL_ERROR")
   }
 
+  def isRuntimeUserError(e: Throwable): Boolean = {

Review Comment:
   Ideally I agree with you, but the current behavior is to retry all errors, 
and I'm afraid of introducing regressions by not retrying most of the errors, 
as it's hard to identify all the errors that need retry.



-- 
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]

Reply via email to