pan3793 commented on code in PR #51437:
URL: https://github.com/apache/spark/pull/51437#discussion_r2203385368
##########
core/src/main/scala/org/apache/spark/scheduler/TaskSchedulerImpl.scala:
##########
@@ -871,6 +872,7 @@ private[spark] class TaskSchedulerImpl(
tid: Long,
taskResult: DirectTaskResult[_]): Unit = synchronized {
taskSetManager.handleSuccessfulTask(tid, taskResult)
+ cleanupTaskState(tid)
Review Comment:
the `handleSuccessfulTask` callback is executed in `task-result-getter`
thread pool, will this cause concurrency issues?
--
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]