pgaref commented on code in PR #22506:
URL: https://github.com/apache/flink/pull/22506#discussion_r1195949292
##########
flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/ErrorInfo.java:
##########
@@ -66,6 +76,13 @@ public static Throwable handleMissingThrowable(@Nullable
Throwable throwable) {
}
public ErrorInfo(@Nonnull Throwable exception, long timestamp) {
+ this(exception, timestamp, FailureEnricherUtils.EMPTY_LABELS);
Review Comment:
Thats a good idea, moved labels to `ExceptionHistoryEntry`
--
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]