Skip to content

[SPARK-14261][SQL] Memory leak in Spark Thrift Server - #12932

Closed
dosoft wants to merge 1 commit into
apache:masterfrom
dosoft:SPARK-14261
Closed

[SPARK-14261][SQL] Memory leak in Spark Thrift Server#12932
dosoft wants to merge 1 commit into
apache:masterfrom
dosoft:SPARK-14261

Conversation

@dosoft

Copy link
Copy Markdown
Contributor

Fixed memory leak (HiveConf in the CommandProcessorFactory)

@yhuai

Copy link
Copy Markdown
Contributor

ok to test

@yhuai

Copy link
Copy Markdown
Contributor

@dosoft Thank you for the PR. What is the memory footprint of a leaked driver?

@rxin

rxin commented May 20, 2016

Copy link
Copy Markdown
Contributor

We should backport this into 1.6 as well.

@SparkQA

Copy link
Copy Markdown

Test build #58930 has finished for PR 12932 at commit 559db12.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA

Copy link
Copy Markdown

Test build #2998 has finished for PR 12932 at commit 559db12.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA

Copy link
Copy Markdown

Test build #3002 has finished for PR 12932 at commit 559db12.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@rxin

rxin commented May 20, 2016

Copy link
Copy Markdown
Contributor

I'm going to merge this in master/2.0/1.6. Thanks.

asfgit pushed a commit that referenced this pull request May 20, 2016
Fixed memory leak (HiveConf in the CommandProcessorFactory)
Author: Oleg Danilov <oleg.danilov@wandisco.com>
Closes#12932 from dosoft/SPARK-14261.
(cherry picked from commit e384c7f)
Signed-off-by: Reynold Xin <rxin@databricks.com>
asfgit pushed a commit that referenced this pull request May 20, 2016
Fixed memory leak (HiveConf in the CommandProcessorFactory)
Author: Oleg Danilov <oleg.danilov@wandisco.com>
Closes#12932 from dosoft/SPARK-14261.
(cherry picked from commit e384c7f)
Signed-off-by: Reynold Xin <rxin@databricks.com>
zzcclp pushed a commit to zzcclp/spark that referenced this pull request May 20, 2016
Fixed memory leak (HiveConf in the CommandProcessorFactory)
Author: Oleg Danilov <oleg.danilov@wandisco.com>
Closesapache#12932 from dosoft/SPARK-14261.
(cherry picked from commit e384c7f)
Signed-off-by: Reynold Xin <rxin@databricks.com>
(cherry picked from commit 7200e6b)
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@dosoft@yhuai@rxin@SparkQA