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

[GitHub] [spark] Ngone51 commented on pull request #42426: [SPARK-44756][CORE] Executor hangs when RetryingBlockTransferor fails to initiate retry

Ngone51 commented on PR #42426:
URL: https://github.com/apache/spark/pull/42426#issuecomment-1723690792

   @mridulm  This actually reminds me of this https://github.com/apache/spark/pull/37779 issue. In this case, if `execute()` was used instead of `submit()`, I think `SparkUncaughtExceptionHandler` should caught this OOM exception and abort the executor. For a long-term item, I really think we should replace all the unhandled `submit()` with `execute()` in Spark.


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