SteNicholas commented on code in PR #3248:
URL: https://github.com/apache/celeborn/pull/3248#discussion_r2080809863
##########
common/src/main/java/org/apache/celeborn/common/write/PushState.java:
##########
@@ -67,8 +67,8 @@ public int nextBatchId() {
return inFlightRequestTracker.nextBatchId();
}
- public void addBatch(int batchId, String hostAndPushPort) {
- inFlightRequestTracker.addBatch(batchId, hostAndPushPort);
+ public void addBatch(int batchId, int batchBytesSize, String
hostAndPushPort) {
Review Comment:
Please also update the invoker in `FlinkShuffleClientImpl`, then check the
CI result.
--
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]