RexXiong commented on code in PR #3248:
URL: https://github.com/apache/celeborn/pull/3248#discussion_r2221826527
##########
common/src/main/java/org/apache/celeborn/common/write/InFlightRequestTracker.java:
##########
@@ -154,7 +213,8 @@ public boolean limitZeroInFlight() throws IOException {
// MapEnd cleans up push state, which does not exceed the zero
requests in flight limit.
return false;
} else {
- if (totalInflightReqs.sum() == 0) {
+ if (totalInflightReqs.sum() == 0
Review Comment:
`totalInflightReqs.sum() == 0` is enough for limitZeroInFlight
--
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]