gauravkm commented on code in PR #3261:
URL: https://github.com/apache/celeborn/pull/3261#discussion_r2111005644


##########
client/src/main/java/org/apache/celeborn/client/ShuffleClientImpl.java:
##########
@@ -1011,6 +1043,12 @@ public int pushOrMergeData(
     // increment batchId
     final int nextBatchId = pushState.nextBatchId();
 
+    // Track commit metadata if shuffle compression and integrity check are 
enabled and this request
+    // is not for pushing metadata itself.
+    if (shuffleCompressionEnabled && shuffleIntegrityCheckEnabled) {

Review Comment:
   Removed



-- 
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]

Reply via email to