Github user sandeep-katta commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21565#discussion_r195894845
  
    --- 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 --
    
    yes, if it is cached block then IDLE time out taken from the 
spark.dynamicAllocation.cachedExecutorIdleTimeout


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to