Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/21565#discussion_r197237620 --- Diff: core/src/main/scala/org/apache/spark/ExecutorAllocationManager.scala --- @@ -488,9 +488,16 @@ private[spark] class ExecutorAllocationManager( newExecutorTotal = numExistingExecutors if (testing || executorsRemoved.nonEmpty) { executorsRemoved.foreach { removedExecutorId => + // If it is cachedBlcok timeout is configured using + // spark.dynamicAllocation.cachedExecutorIdleTimeout --- End diff -- can you refine the wording?
--- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org