Evan Jones created SPARK-7490:
---------------------------------

             Summary: MapOutputTracker: close input streams to free native 
memory
                 Key: SPARK-7490
                 URL: https://issues.apache.org/jira/browse/SPARK-7490
             Project: Spark
          Issue Type: Bug
          Components: Spark Core
            Reporter: Evan Jones
            Priority: Minor


GZIPInputStream allocates native memory that is not freed until close() or when 
the finalizer runs. It is best to close() these streams explicitly to avoid 
native memory leaks

Pull request here: https://github.com/apache/spark/pull/5982



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