[ 
https://issues.apache.org/jira/browse/SPARK-4688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14264942#comment-14264942
 ] 

Varun Saxena edited comment on SPARK-4688 at 1/5/15 7:20 PM:
-------------------------------------------------------------

Thanks [~rxin] for the commit. Can you assign this issue to me ?


was (Author: varun_saxena):
Thanks [~rxin] for the commit. Mind assigning the issue to me ?

> Have a single shared network timeout in Spark
> ---------------------------------------------
>
>                 Key: SPARK-4688
>                 URL: https://issues.apache.org/jira/browse/SPARK-4688
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core
>            Reporter: Patrick Wendell
>            Priority: Critical
>             Fix For: 1.3.0
>
>
> We have several different timeouts, but in most cases users just want to set 
> something that is large enough that they can avoid GC pauses. We should have 
> a single conf "spark.network.timeout" that is used as the default timeout for 
> all network interactions. This can replace the following timeouts:
> {code}
> spark.core.connection.ack.wait.timeout
> spark.akka.timeout  
> spark.storage.blockManagerSlaveTimeoutMs  (undocumented)
> spark.shuffle.io.connectionTimeout (undocumented)
> {code}
> Of course, for compatibility we should respect the old ones when they are 
> set. This idea was proposed originally by [~rxin] and I'm paraphrasing his 
> suggestion here.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to