GitHub user squito opened a pull request:

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

    [SPARK-14168] Warn instead of Error on Managed Memory leak detection.

    ## What changes were proposed in this pull request?
    
    The leak detection can be misleading, either when an iterator is not
    read completely (eg. rdd.take()) or if there is a task failure.
    Downgrade from error to warn, and reword slightly
    
    ## How was this patch tested?
    
    Jenkins unit tests
    


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

    $ git pull https://github.com/squito/spark leak_msg

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

    https://github.com/apache/spark/pull/11969.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 #11969
    
----
commit 6a46ddbaa4441c58dfc36913b5825a1e773ec71a
Author: Imran Rashid <iras...@cloudera.com>
Date:   2016-03-25T22:19:27Z

    [SPARK-14168] Warn instead of Error on Managed Memory leak detection.
    
    The leak detection can be misleading, either when an iterator is not
    read completely (eg. rdd.take()) or if there is a task failure.
    Downgrade from error to warn, and reword slightly

----


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