dongjoon-hyun commented on a change in pull request #30155:
URL: https://github.com/apache/spark/pull/30155#discussion_r512330374
##########
File path:
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/scheduler/cluster/k8s/ExecutorPodsAllocator.scala
##########
@@ -214,10 +216,9 @@ private[spark] class ExecutorPodsAllocator(
}
if (newlyCreatedExecutors.isEmpty
- && currentPendingExecutors.isEmpty
- && currentRunningCount < currentTotalExpectedExecutors) {
+ && knownPodCount < currentTotalExpectedExecutors) {
Review comment:
This is irrelevant to `[SPARK-33231][CORE] Make pod allocation executor
timeouts configurable`. Could you make another PR about this logic change?
----------------------------------------------------------------
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]