You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2015/07/24 10:47:18 UTC

spark git commit: [build] Enable memory leak detection for Tungsten.

Repository: spark
Updated Branches:
  refs/heads/master cb8c241f0 -> 8fe32b4f7


[build] Enable memory leak detection for Tungsten.

This was turned off accidentally in #7591.

Author: Reynold Xin <rx...@databricks.com>

Closes #7637 from rxin/enable-mem-leak-detect and squashes the following commits:

34bc3ef [Reynold Xin] Enable memory leak detection for Tungsten.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/8fe32b4f
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/8fe32b4f
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/8fe32b4f

Branch: refs/heads/master
Commit: 8fe32b4f7d49607ad5f2479d454b33ab3f079f7c
Parents: cb8c241
Author: Reynold Xin <rx...@databricks.com>
Authored: Fri Jul 24 01:47:13 2015 -0700
Committer: Reynold Xin <rx...@databricks.com>
Committed: Fri Jul 24 01:47:13 2015 -0700

----------------------------------------------------------------------
 project/SparkBuild.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/8fe32b4f/project/SparkBuild.scala
----------------------------------------------------------------------
diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index b5b0adf..61a05d3 100644
--- a/project/SparkBuild.scala
+++ b/project/SparkBuild.scala
@@ -543,7 +543,7 @@ object TestSettings {
     javaOptions in Test += "-Dspark.ui.enabled=false",
     javaOptions in Test += "-Dspark.ui.showConsoleProgress=false",
     javaOptions in Test += "-Dspark.driver.allowMultipleContexts=true",
-    //javaOptions in Test += "-Dspark.unsafe.exceptionOnMemoryLeak=true",
+    javaOptions in Test += "-Dspark.unsafe.exceptionOnMemoryLeak=true",
     javaOptions in Test += "-Dsun.io.serialization.extendedDebugInfo=true",
     javaOptions in Test += "-Dderby.system.durability=test",
     javaOptions in Test ++= System.getProperties.filter(_._1 startsWith "spark")


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org