attilapiros commented on pull request #32790: URL: https://github.com/apache/spark/pull/32790#issuecomment-855363409
@mridulm the `updateBlockInfo` does not use `blockStatusByShuffleService`. Isn't it? It uses `blockLocation` which is another data structure where for each block ID we are storing the block manager IDs where the block is available. -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
