aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorzsxwing <zsxwing@gmail.com>2015-03-27 12:31:06 +0000
committerSean Owen <sowen@cloudera.com>2015-03-27 12:31:06 +0000
commitda546b7ba03d84d7f6af97fe04471b12f5b3392f (patch)
tree985b7d1988a66ece4f7adf68cea74215d22b2b2d /pom.xml
parentf43a61031fd7d9d4fab3d8ac584e7b4c7c5e1035 (diff)
downloadspark-da546b7ba03d84d7f6af97fe04471b12f5b3392f.tar.gz
spark-da546b7ba03d84d7f6af97fe04471b12f5b3392f.tar.bz2
spark-da546b7ba03d84d7f6af97fe04471b12f5b3392f.zip
[SPARK-6556][Core] Fix wrong parsing logic of executorTimeoutMs and checkTimeoutIntervalMs in HeartbeatReceiver
The current reading logic of `executorTimeoutMs` is: ```Scala private val executorTimeoutMs = sc.conf.getLong("spark.network.timeout", sc.conf.getLong("spark.storage.blockManagerSlaveTimeoutMs", 120)) * 1000 ``` So if `spark.storage.blockManagerSlaveTimeoutMs` is 10000 and `spark.network.timeout` is not set, executorTimeoutMs will be 10000 * 1000. But the correct value should have been 10000. `checkTimeoutIntervalMs` has the same issue. This PR fixes them. Author: zsxwing <zsxwing@gmail.com> Closes #5209 from zsxwing/SPARK-6556 and squashes the following commits: 6a0a411 [zsxwing] Fix docs c7d5422 [zsxwing] Add comments for executorTimeoutMs and checkTimeoutIntervalMs ccd5147 [zsxwing] Fix wrong parsing logic of executorTimeoutMs and checkTimeoutIntervalMs in HeartbeatReceiver
Diffstat (limited to 'pom.xml')
0 files changed, 0 insertions, 0 deletions