[jira] [Updated] (SPARK-10155) Memory leak in SQL parsers

2015-09-19 Thread Yin Huai (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-10155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yin Huai updated SPARK-10155: - Assignee: Shixiong Zhu > Memory leak in SQL parsers > -- > >

[jira] [Updated] (SPARK-10155) Memory leak in SQL parsers

2015-09-18 Thread Yin Huai (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-10155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yin Huai updated SPARK-10155: - Target Version/s: 1.6.0, 1.5.1 (was: 1.6.0) > Memory leak in SQL parsers > -- >

[jira] [Updated] (SPARK-10155) Memory leak in SQL parsers

2015-08-25 Thread Reynold Xin (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-10155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Reynold Xin updated SPARK-10155: Assignee: (was: Shixiong Zhu) Memory leak in SQL parsers --

[jira] [Updated] (SPARK-10155) Memory leak in SQL parsers

2015-08-25 Thread Reynold Xin (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-10155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Reynold Xin updated SPARK-10155: Target Version/s: 1.6.0 (was: 1.5.0) Memory leak in SQL parsers --

[jira] [Updated] (SPARK-10155) Memory leak in SQL parsers

2015-08-22 Thread Reynold Xin (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-10155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Reynold Xin updated SPARK-10155: Assignee: Shixiong Zhu Target Version/s: 1.5.0 Memory leak in SQL parsers

[jira] [Updated] (SPARK-10155) Memory leak in SQL parsers

2015-08-21 Thread Shixiong Zhu (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-10155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shixiong Zhu updated SPARK-10155: - Description: I saw a lot of `ThreadLocal` objects in the following app: {code} import

[jira] [Updated] (SPARK-10155) Memory leak in SQL parsers

2015-08-21 Thread Shixiong Zhu (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-10155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shixiong Zhu updated SPARK-10155: - Description: I saw a lot of `ThreadLocal` objects in the following app: {code} import

[jira] [Updated] (SPARK-10155) Memory leak in SQL parsers

2015-08-21 Thread Shixiong Zhu (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-10155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shixiong Zhu updated SPARK-10155: - Component/s: SQL Memory leak in SQL parsers -- Key:

[jira] [Updated] (SPARK-10155) Memory leak in SQL parsers

2015-08-21 Thread Shixiong Zhu (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-10155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shixiong Zhu updated SPARK-10155: - Attachment: Screen Shot 2015-08-21 at 5.45.24 PM.png Heap dump screenshot of the memory leak

[jira] [Updated] (SPARK-10155) Memory leak in SQL parsers

2015-08-21 Thread Shixiong Zhu (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-10155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shixiong Zhu updated SPARK-10155: - Description: I saw a lot of `ThreadLocal` objects in the following app: {code} import