dmvk commented on a change in pull request #18866:
URL: https://github.com/apache/flink/pull/18866#discussion_r811969858
##########
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:
Not 100% sure. The single root exception entry has been deprecated (at
least from the API perspective). Need to check whether this failure info still
makes sense.
https://github.com/apache/flink/blob/master/flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/JobExceptionsInfo.java#L45
--
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]