CodingCat commented on code in PR #3109:
URL: https://github.com/apache/celeborn/pull/3109#discussion_r2045886798
##########
client-spark/spark-3/src/main/java/org/apache/spark/shuffle/celeborn/SparkShuffleManager.java:
##########
@@ -165,6 +178,19 @@ private void initializeLifecycleManager(String appId) {
lifecycleManager.registerInvalidatedBroadcastCallback(
shuffleId ->
SparkUtils.invalidateSerializedGetReducerFileGroupResponse(shuffleId));
}
+ if (lifecycleManager.conf().clientFetchCleanFailedShuffle()) {
Review Comment:
oops, some merge error, fixed
--
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]