LuciferYang commented on pull request #35923: URL: https://github.com/apache/spark/pull/35923#issuecomment-1073922597
The exception thrown from https://github.com/apache/spark/blob/acb50d95a4952dea1cbbc27d4ddcc0b3432a13cf/common/network-shuffle/src/main/java/org/apache/spark/network/shuffle/RemoteBlockPushResolver.java#L761-L768 Only `RuntimeException` is thrown here now, no more specific type. `BlockPushNonFatalFailure` is not suitable here, may be necessary to define a new type. -- 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]
