zhaostu4 commented on code in PR #3056:
URL: https://github.com/apache/celeborn/pull/3056#discussion_r1908207597
##########
client/src/main/java/org/apache/celeborn/client/ShuffleClientImpl.java:
##########
@@ -1059,7 +1059,9 @@ public void onFailure(Throwable e) {
@Override
public void updateLatestPartition(PartitionLocation newloc) {
pushState.addBatch(nextBatchId, newloc.hostAndPushPort());
Review Comment:
I've noticed that the statistics method of addBatch has been changed in the
current version. I'll fix it later.
--
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]