SteNicholas commented on a change in pull request #14028:
URL: https://github.com/apache/flink/pull/14028#discussion_r529613521



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/ExecutionGraphBuilder.java
##########
@@ -221,7 +222,7 @@ public static ExecutionGraph buildGraph(
                                vertex.initializeOnMaster(classLoader);
                        }
                        catch (Throwable t) {
-                                       throw new JobExecutionException(jobId,
+                                       throw new JobExecutionException(jobId, 
ApplicationStatus.fromJobStatus(executionGraph.getState()),

Review comment:
       @tillrohrmann , what's the problem when using the 
`JobExecutionException` across the client and server?




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

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


Reply via email to