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

    https://github.com/apache/spark/pull/17307#discussion_r106305175
  
    --- Diff: docs/configuration.md ---
    @@ -1506,6 +1506,11 @@ Apart from these, the following properties are also 
available, and may be useful
         of this setting is to act as a safety-net to prevent runaway 
uncancellable tasks from rendering
         an executor unusable.
       </td>
    +  <td><code>spark.stage.maxConsecutiveAttempts</code></td>
    +  <td>4</td>
    +  <td>
    +    Number of consecutive stage retries allowed before a stage is aborted 
(since you can have multiple fetch failures in one stage attempt)
    --- End diff --
    
    Oops sorry just noticing that I don't think @squito intended for the part 
in parens to be in the comment?  You could make this instead 
    
    Number of consecutive stage retries allowed before a stage is aborted 
(stages are retried if shuffle fetch failures occur).
    
    or, you could just eliminate the part in parens.  Sorry I didn't notice 
this earlier!


---
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