Ngone51 commented on issue #22806: [SPARK-25250][CORE] : On successful completion of a task attempt on a parti… URL: https://github.com/apache/spark/pull/22806#issuecomment-450740423 I think we can expand #21131's behavior here. Instead of killing other running task attempts actively, updating a stage's completed partition once it is submitted to `TaskScheduler`. So, this may need to ask `TaskScheduler` to record a stage's completed partition ids across all `TaskSet`s before it succeed. WDYT? @squito
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
