sarutak commented on a change in pull request #25370: [SPARK-28639][CORE][DOC] Configuration doc for Barrier Execution Mode URL: https://github.com/apache/spark/pull/25370#discussion_r312553942
########## File path: docs/configuration.md ########## @@ -2018,6 +2018,50 @@ Apart from these, the following properties are also available, and may be useful </tr> </table> +### Barrier Execution Mode + +<table class="table"> +<tr><th>Property Name</th><th>Default</th><th>Meaning</th></tr> +<tr> + <td><code>spark.barrier.sync.timeout</code></td> + <td>365d</td> + <td> + The timeout in seconds for each <code>barrier()</code> call from a barrier task. If the + coordinator didn't receive all the sync messages from barrier tasks within the + configed time, throw a SparkException to fail all the tasks. The default value is set Review comment: Thanks! Actually, this description is from [here](https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/internal/config/package.scala#L1061). So it might be better to modify it too. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
