weixiuli opened a new pull request, #36665: URL: https://github.com/apache/spark/pull/36665
### What changes were proposed in this pull request? In the https://github.com/apache/spark/pull/34578 , it can ignore task finished events when some tasks are already finished state. But it may not be completely solved yet, because there is no need to set the task result size in accumulator updates received from the executor when task completion events should be ignored. ### Why are the changes needed? Reduce unnecessary calculation when some tasks are already finished state. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Add unittests. -- 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]
