dongjoon-hyun opened a new pull request #32756: URL: https://github.com/apache/spark/pull/32756
### What changes were proposed in this pull request? This PR aims to make `BlockManagerMasterEndpoint.updateBlockInfo` not to ignore index-only shuffle files. In addition, this PR fixes `IndexShuffleBlockResolver.getMigrationBlocks` to return data files first. ### Why are the changes needed? This is a backport of https://github.com/apache/spark/pull/32727 . When [SPARK-20629](https://github.com/apache/spark/commit/a4ca355af8556e8c5948e492ef70ef0b48416dc4) introduced a worker decommission, index-only shuffle files are not considered properly. - SPARK-33198 fixed `getMigrationBlocks` to handle index only shuffle files - SPARK-35589 (this) aims to fix `updateBlockInfo` to handle index only shuffle files. ### Does this PR introduce _any_ user-facing change? No. This is a bug fix. ### How was this patch tested? Pass the CIs with the newly added test case. -- 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]
