tillrohrmann commented on a change in pull request #9856: [FLINK-14337][hs]
Better handling of failed fetches
URL: https://github.com/apache/flink/pull/9856#discussion_r333626604
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/history/FsJobArchivist.java
##########
@@ -112,12 +112,19 @@ public static Path archiveJob(Path rootPath, JobID
jobId, Collection<ArchivedJso
JsonNode archive =
mapper.readTree(output.toByteArray());
Review comment:
Can't this also be `null`?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services