AngersZhuuuu opened a new pull request, #53245:
URL: https://github.com/apache/spark/pull/53245

   ### What changes were proposed in this pull request?
   
   When `ShuffleBlockFetcherIterator` initialize, call `fetchUpToMaxBytes` then 
call `fetchAllHostLocalBlocks`, 
   <img width="2190" height="1656" alt="image" 
src="https://github.com/user-attachments/assets/829ab991-a9d2-4216-9b71-6ccc11681083";
 />
   
   but `fetchAllHostLocalBlocks` requests always need to wait 
`fetchUpToMaxBytes`'s open block RPC request return 
   then can return.
   
    if open block request return slow, fetchRemoteWaitTime metrics difference 
is very large  .
   
   
   
   
   ### Why are the changes needed?
   Make shuffle fetch wait time request time more accurate.
   
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   
   ### How was this patch tested?
   
   
   
   
   ### Was this patch authored or co-authored using generative AI tooling?
   No
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to