mridulm commented on code in PR #39918:
URL: https://github.com/apache/spark/pull/39918#discussion_r1098179725
##########
common/network-shuffle/src/main/java/org/apache/spark/network/shuffle/checksum/ShuffleChecksumHelper.java:
##########
@@ -153,6 +152,8 @@ public static Cause diagnoseCorruption(
logger.warn("Unable to diagnose shuffle block corruption", e);
cause = Cause.UNKNOWN_ISSUE;
}
+ logger.info("Shuffle corruption diagnosis took {} ms, checksum file {},
cause {}",
+ duration, checksumFile.getAbsolutePath(), cause);
return cause;
Review Comment:
This is part of the FetchFailedException's diagnosis reason - and shows up
there.
I am not strongly for or against this ...
+CC @Ngone51
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]