Aleksandr Iushmanov created FLINK-38113: -------------------------------------------
Summary: Rethrow fatal or OOM errors from Execution.deploy Key: FLINK-38113 URL: https://issues.apache.org/jira/browse/FLINK-38113 Project: Flink Issue Type: Improvement Components: Runtime / Task Reporter: Aleksandr Iushmanov Currently, all throwables are intercepted in Execution.deploy which can slow down recovery on fatal errors. Proposed improvement is to re throw fatal and OOM errors when occurred in Execution.deploy(). ``` ExceptionUtils.rethrowIfFatalErrorOrOOM(t); ``` -- This message was sent by Atlassian Jira (v8.20.10#820010)