attilapiros commented on code in PR #42402: URL: https://github.com/apache/spark/pull/42402#discussion_r1287753664
########## docs/configuration.md: ########## @@ -2397,6 +2397,14 @@ Apart from these, the following properties are also available, and may be useful </td> <td>1.3.0</td> </tr> +<tr> + <td><code>spark.network.timeoutInterval</code></td> + <td>60s</td> Review Comment: Check `spark.rpc.io.connectionCreationTimeout`, `spark.rpc.io.connectionTimeout`... and `spark.rpc.askTimeout`. All of them referencing to another config where the default comes from. For `spark.network.timeoutInterval` the default is: https://github.com/apache/spark/blob/418bba5ad6053449a141f3c9c31ed3ad998995b8/core/src/main/scala/org/apache/spark/internal/config/Network.scala#L48-L52 So IMHO we should mention here `spark.storage.blockManagerTimeoutIntervalMs` as the default. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
