pgandhi999 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-450953070 @cloud-fan yes, ideally, that should happen. However, this problem occurs only when a task from previous stage attempt just finishes before new attempt for the same stage gets created as described in the Jira, so when the code in PR #21131 executes, the tasksets for stage 4.1 have been submitted but not yet created, so `taskSetsByStageIdAndAttempt` does not have the required entry as of yet.
---------------------------------------------------------------- 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]
