dmvk commented on a change in pull request #18866:
URL: https://github.com/apache/flink/pull/18866#discussion_r811972503



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/rest/handler/job/JobExceptionsHandler.java
##########
@@ -119,7 +119,9 @@ private static JobExceptionsInfoWithHistory 
createJobExceptionsInfo(
         final ArchivedExecutionGraph executionGraph =
                 executionGraphInfo.getArchivedExecutionGraph();
         if (executionGraph.getFailureInfo() == null) {
-            return new JobExceptionsInfoWithHistory();
+            return new JobExceptionsInfoWithHistory(

Review comment:
       Anyway, this is a general problem of the execution graph with the AS, 
that we always return the current one (which might not have all the 
information) to the UI.
   
   This is something we want to address eventually, but it should be a more 
systematic approach. Until that I'm fine with the current solution.




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


Reply via email to