[ 
https://issues.apache.org/jira/browse/SPARK-13889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Owen resolved SPARK-13889.
-------------------------------
       Resolution: Fixed
         Assignee: Carson Wang
    Fix Version/s: 2.0.0

Resolved by https://github.com/apache/spark/pull/11713

> Integer overflow when calculating the max number of executor failure
> --------------------------------------------------------------------
>
>                 Key: SPARK-13889
>                 URL: https://issues.apache.org/jira/browse/SPARK-13889
>             Project: Spark
>          Issue Type: Bug
>          Components: YARN
>    Affects Versions: 1.6.0, 1.6.1
>            Reporter: Carson Wang
>            Assignee: Carson Wang
>             Fix For: 2.0.0
>
>
> The max number of executor failure before failing the application is default 
> to twice the maximum number of executors if dynamic allocation is enabled. 
> The default value for "spark.dynamicAllocation.maxExecutors" is Int.MaxValue. 
> So this causes an integer overflow and a wrong result.



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