Manishnemade12 commented on code in PR #27969:
URL: https://github.com/apache/flink/pull/27969#discussion_r3176528486
##########
flink-dstl/flink-dstl-dfs/src/main/java/org/apache/flink/changelog/fs/ChangelogStreamHandleReaderWithCache.java:
##########
@@ -144,6 +144,10 @@ private RefCountedFile downloadToCacheFile(FileStateHandle
fileHandle) {
return new RefCountedFile(file);
} catch (IOException e) {
+ LOG.warn("Failed to download cache file. Deleting partially
downloaded file {}", file.getPath(), e);
Review Comment:
done
--
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]