Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/21898#discussion_r206520439
--- 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 --
will users set this config in milliseconds? I feel seconds should be more
common.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]