pgandhi999 commented on issue #22806: [SPARK-25250][CORE] : Late zombie task completions handled correctly even before new taskset launched URL: https://github.com/apache/spark/pull/22806#issuecomment-460328961 That does make sense. I was wondering whether we can use @Ngone51 's solution which was almost what my PR was doing initially(earlier commits where we had a different method that would just update successful(index) = true) rather than calling `markPartitionCompleted` from event loop as it will be called from TSM on `handleSuccessfulTask` as in PR #21131.
---------------------------------------------------------------- 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]
