Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 41DE6200BB7 for ; Wed, 9 Nov 2016 19:04:19 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 40AEC160AFA; Wed, 9 Nov 2016 18:04:19 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 80E79160AEB for ; Wed, 9 Nov 2016 19:04:18 +0100 (CET) Received: (qmail 30460 invoked by uid 500); 9 Nov 2016 18:04:17 -0000 Mailing-List: contact reviews-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list reviews@spark.apache.org Received: (qmail 30449 invoked by uid 99); 9 Nov 2016 18:04:17 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Nov 2016 18:04:17 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 68124E188C; Wed, 9 Nov 2016 18:04:17 +0000 (UTC) From: rxin To: reviews@spark.apache.org Reply-To: reviews@spark.apache.org References: In-Reply-To: Subject: [GitHub] spark pull request #15833: [SPARK-18353][CORE] spark.rpc.askTimeout defalut ... Content-Type: text/plain Message-Id: <20161109180417.68124E188C@git1-us-west.apache.org> Date: Wed, 9 Nov 2016 18:04:17 +0000 (UTC) archived-at: Wed, 09 Nov 2016 18:04:19 -0000 Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/15833#discussion_r87245015 --- Diff: core/src/main/scala/org/apache/spark/deploy/Client.scala --- @@ -221,7 +221,6 @@ object Client { val conf = new SparkConf() val driverArgs = new ClientArguments(args) - conf.set("spark.rpc.askTimeout", "10") --- End diff -- I guess part of the reason is that master/client have low memory usage and as a result unlikely to have long timeouts due to gc. @srowen I'm not sure if this is a good change. --- 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 infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org For additional commands, e-mail: reviews-help@spark.apache.org