mridulm commented on PR #37528: URL: https://github.com/apache/spark/pull/37528#issuecomment-1218868817
Took a quick look - the basic idea looked good to me. Review note: other uses of `abort` are not susceptible to the same issue because here we have marked the task as finished already here - and so as part of `killAllTaskAttempts` (due to `abort`), this task wont be cancelled/have failure event fired for it. -- 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]
