LuciferYang commented on code in PR #40038:
URL: https://github.com/apache/spark/pull/40038#discussion_r1107170481


##########
connector/connect/client/jvm/src/test/scala/org/apache/spark/sql/connect/client/util/RemoteSparkSession.scala:
##########
@@ -117,6 +117,7 @@ trait RemoteSparkSession
   override def beforeAll(): Unit = {
     super.beforeAll()
     SparkConnectServerUtils.start()
+    System.setProperty("arrow.memory.debug.allocator", false.toString)

Review Comment:
   If `arrow.memory.debug.allocator` is true, 
   
   
https://github.com/apache/arrow/blob/798b417ec342051f3ff30b9953dcb1f1b71dc9e8/java/memory/memory-core/src/main/java/org/apache/arrow/memory/BaseAllocator.java#L428-L438
   
   The memory leak issue may be covered, let's set 
`arrow.memory.debug.allocator` to false and use GA to check 
it(https://github.com/LuciferYang/spark/runs/11360404339)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to