Github user mengxr commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22001#discussion_r209272468
  
    --- Diff: 
core/src/main/scala/org/apache/spark/internal/config/package.scala ---
    @@ -577,4 +577,17 @@ package object config {
           .timeConf(TimeUnit.SECONDS)
           .checkValue(v => v > 0, "The value should be a positive time value.")
           .createWithDefaultString("365d")
    +
    +  private[spark] val BARRIER_MAX_CONCURRENT_TASKS_CHECK_INTERVAL =
    +    
ConfigBuilder("spark.scheduler.barrier.maxConcurrentTasksCheck.interval")
    +      .doc("Time in seconds to wait between a max concurrent tasks check 
failure and the next " +
    --- End diff --
    
    "a ... failure"


---

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

Reply via email to