jiangxb1987 commented on a change in pull request #27017: [SPARK-30359][CORE]
Don't clear executorsPendingToRemove at the beginning of
CoarseGrainedSchedulerBackend.reset
URL: https://github.com/apache/spark/pull/27017#discussion_r361769286
##########
File path:
core/src/test/scala/org/apache/spark/scheduler/TaskSetManagerSuite.scala
##########
@@ -1904,8 +1904,7 @@ class TaskSetManagerSuite
assert(sched.taskSetsFailed.contains(taskSet.id))
}
- test("SPARK-30359: Don't clear executorsPendingToRemove in
CoarseGrainedSchedulerBackend.reset")
- {
+ test("SPARK-30359: don't clean executorsPendingToRemove at the beginning of
'reset'") {
Review comment:
nit: you still need to mention `CoarseGrainedSchedulerBackend.reset`
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]