Skip to content

Commit

Permalink
REMOVE spark.akka.failure-detector.threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingCat committed Aug 27, 2015
1 parent b02e818 commit 70c8f7b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -906,16 +906,6 @@ Apart from these, the following properties are also available, and may be useful
#### Networking
<table class="table">
<tr><th>Property Name</th><th>Default</th><th>Meaning</th></tr>
<tr>
<td><code>spark.akka.failure-detector.threshold</code></td>
<td>300.0</td>
<td>
This is set to a larger value to disable failure detector that comes inbuilt akka. It can be
enabled again, if you plan to use this feature (Not recommended). This maps to akka's
`akka.remote.transport-failure-detector.threshold`. Tune this in combination of
`spark.akka.heartbeat.pauses` and `spark.akka.heartbeat.interval` if you need to.
</td>
</tr>
<tr>
<td><code>spark.akka.frameSize</code></td>
<td>128</td>
Expand Down

0 comments on commit 70c8f7b

Please sign in to comment.