RexXiong opened a new pull request, #3164:
URL: https://github.com/apache/celeborn/pull/3164
<!--
Thanks for sending a pull request! Here are some tips for you:
- Make sure the PR title start w/ a JIRA ticket, e.g. '[CELEBORN-XXXX]
Your PR title ...'.
- Be sure to keep the PR description updated to reflect all changes.
- Please write your PR title to summarize what this PR proposes.
- If possible, provide a concise example to reproduce the issue for a
faster review.
-->
### What changes were proposed in this pull request?
Remove unused batch data tracking
### Why are the changes needed?
When the optimization to handle skewed partition reads is enabled, Celeborn
typically tracks all failed batches to avoid potential data duplication.
However, when a partition encounters a HardSplit, the affected batches need to
be resubmitted, but these resubmitted batches would definitively not write to
their previous partition locations. Therefore, Celeborn does not need to track
these batches, as doing so could overload the Driver
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Manual test & Pass GA
--
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]