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

    https://github.com/apache/spark/pull/21898#discussion_r206716701
  
    --- Diff: 
core/src/main/scala/org/apache/spark/internal/config/package.scala ---
    @@ -567,4 +567,14 @@ package object config {
           .intConf
           .checkValue(v => v > 0, "The value should be a positive integer.")
           .createWithDefault(2000)
    +
    +  private[spark] val BARRIER_SYNC_TIMEOUT =
    +    ConfigBuilder("spark.barrier.sync.timeout")
    +      .doc("The timeout in milliseconds for each barrier() call from a 
barrier task. If the " +
    --- End diff --
    
    +1


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to