YutingWang98 opened a new pull request, #2612:
URL: https://github.com/apache/celeborn/pull/2612

   <!--
   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?
   This is the version used for testing without any fined grained changes, and 
would expect no data loss. However. there are some jobs still lost a few 
records during shuffle read
   with fine grain change reverted
   ```
   reverted run 1
   Shuffle Write Size / Records: 20.8 TiB / 1965259729
   Shuffle Read Size / Records: 20.8 TiB / 1965259728
   reverted run 2
   Shuffle Write Size / Records: 20.8 TiB / 1965259729
   Shuffle Read Size / Records: 20.8 TiB / 1965259729
   reverted run 3
   Shuffle Write Size / Records: 20.8 TiB / 1965259729
   Shuffle Read Size / Records: 20.8 TiB / 1965259722
   ```
   Suspect related to 
   
   - 
https://github.com/apache/celeborn/commit/2456325ff5db6d718e209c5a069f601784ba9314
   - https://github.com/apache/celeborn/pull/2377
   
   Both ^ 2 prs were included in the tests
   
   ### Why are the changes needed?
   
   
   
   ### Does this PR introduce _any_ user-facing change?
   
   
   
   ### How was this patch tested?
   
   


-- 
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]

Reply via email to