Github user pwendell commented on a diff in the pull request: https://github.com/apache/spark/pull/33#discussion_r10144822 --- Diff: core/src/main/scala/org/apache/spark/network/ConnectionManager.scala --- @@ -53,6 +54,10 @@ private[spark] class ConnectionManager(port: Int, conf: SparkConf) extends Loggi private val selector = SelectorProvider.provider.openSelector() + // default to 30 second timeout waiting for authentication + private val authTimeout = System.getProperty("spark.core.connection.auth.wait.timeout", --- End diff -- Use conf here.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---