GitHub user ajbozarth opened a pull request:

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

    [SPARK-12339] [WebUI] Added a null check that was removed in SPARK-11206

    Updates made in SPARK-11206 missed an edge case which cause's a 
NullPointerException when a task is killed. In some cases when a task ends in 
failure taskMetrics is initialized as null (see 
JobProgressListener.onTaskEnd()). To address this a null check was added. 
Before the changes in SPARK-11206 this null check was called at the start of 
the updateTaskAccumulatorValues() function.

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

    $ git pull https://github.com/ajbozarth/spark spark12339

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

    https://github.com/apache/spark/pull/10405.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 #10405
    
----
commit 0a4655999772eed9296de438a61319765389e588
Author: Alex Bozarth <ajboz...@us.ibm.com>
Date:   2015-12-20T02:54:53Z

    Added null check that was removed in SPARK-11206

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to