lyy-pineapple opened a new pull request, #2191: URL: https://github.com/apache/incubator-celeborn/pull/2191
### What changes were proposed in this pull request? When inflightBatchesPerAddress clear in `InFlightRequestTracker.cleanup `, totalInflightReqs should also reset to avoid getting stuck when exiting. ### Why are the changes needed? inflightBatchesPerAddress has cleared and be empty,but totalInflightReqs is always bigger than 0.  This occurred during the first attempt of the task, where the request for map end failed, but the driver marked that the map has already ended.  ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? through exists uts -- 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]
