Ngone51 commented on a change in pull request #29032:
URL: https://github.com/apache/spark/pull/29032#discussion_r453633702
##########
File path:
core/src/main/scala/org/apache/spark/scheduler/TaskSchedulerImpl.scala
##########
@@ -136,6 +136,8 @@ private[spark] class TaskSchedulerImpl(
// IDs of the tasks running on each executor
private val executorIdToRunningTaskIds = new HashMap[String, HashSet[Long]]
+ private val executorsPendingDecommission = new HashMap[String,
DecommissionInfo]
Review comment:
ok. I see you used it in #29014. But probably it's better to remove it
here. You can rebase #29014 later if this PR gets merged.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]