Github user rxin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/3562#discussion_r21214939
  
    --- Diff: 
core/src/main/scala/org/apache/spark/storage/BlockManagerMasterActor.scala ---
    @@ -53,7 +53,9 @@ class BlockManagerMasterActor(val isLocal: Boolean, conf: 
SparkConf, listenerBus
       private val akkaTimeout = AkkaUtils.askTimeout(conf)
     
       val slaveTimeout = 
conf.getLong("spark.storage.blockManagerSlaveTimeoutMs",
    -    math.max(conf.getInt("spark.executor.heartbeatInterval", 10000) * 3, 
45000))
    --- End diff --
    
    also @varunsaxena  you should do the proper line wrapping here. right now 
the line wrap has no semantic meaning at all. you are just wrapping at a random 
location ....


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to