Doug Rohrer created SPARK-24225:
-----------------------------------

             Summary: Support closing AutoClosable objects in MemoryStore so 
Broadcast Variables can be released properly
                 Key: SPARK-24225
                 URL: https://issues.apache.org/jira/browse/SPARK-24225
             Project: Spark
          Issue Type: Improvement
          Components: Block Manager
    Affects Versions: 2.3.0, 2.2.1, 2.2.0, 1.6.3
            Reporter: Doug Rohrer


When using Broadcast Variables, it would be beneficial if classes implementing 
AutoClosable were closed when released. This would allow broadcast variables to 
be used, for example, as shared resource pools across multiple tasks within an 
executor without the use of static variables. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to