You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by tgravescs <gi...@git.apache.org> on 2017/11/29 18:01:58 UTC

[GitHub] spark pull request #19849: [SPARK-22653] executorAddress registered in Coars...

GitHub user tgravescs opened a pull request:

    https://github.com/apache/spark/pull/19849

     [SPARK-22653] executorAddress registered in CoarseGrainedSchedulerBackend.executorDataMap is null

    https://issues.apache.org/jira/browse/SPARK-22653
    executorRef.address can be null, pass the executorAddress which accounts for it being null a few lines above the fix.
    
    Manually tested this patch.  You can reproduce the issue by running a simple spark-shell in yarn client mode with dynamic allocation and request some executors up front.  Let those executors idle timeout.  Get a heap dump.  Without this fix, you will see that addressToExecutorId still contains the ids, with the fix addressToExecutorId is properly cleaned up.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tgravescs/spark SPARK-22653

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/19849.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #19849
    
----

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #19849: [SPARK-22653] executorAddress registered in CoarseGraine...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/19849
  
    **[Test build #84309 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/84309/testReport)** for PR 19849 at commit [`48070c9`](https://github.com/apache/spark/commit/48070c987271c25cc4f5a4d6475d7fcdc5db30ac).


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #19849: [SPARK-22653] executorAddress registered in CoarseGraine...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/19849
  
    Test FAILed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/84309/
    Test FAILed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #19849: [SPARK-22653] executorAddress registered in CoarseGraine...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/19849
  
    Merged build finished. Test FAILed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #19849: [SPARK-22653] executorAddress registered in CoarseGraine...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/19849
  
    **[Test build #84309 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/84309/testReport)** for PR 19849 at commit [`48070c9`](https://github.com/apache/spark/commit/48070c987271c25cc4f5a4d6475d7fcdc5db30ac).
     * This patch **fails Scala style tests**.
     * This patch merges cleanly.
     * This patch adds no public classes.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request #19849: [SPARK-22653] executorAddress registered in Coars...

Posted by tgravescs <gi...@git.apache.org>.
Github user tgravescs closed the pull request at:

    https://github.com/apache/spark/pull/19849


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org