This is an automated email from the ASF dual-hosted git repository.
hongze pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
from 48bb014d90 [GLUTEN-1632][CH]Daily Update Clickhouse Version (20250417)
(#9345)
add b99fff82a2 [VL] Provide a configuration option to completely turn off
off-heap memory tracking with Spark memory manager (#9341)
No new revisions were added by this update.
Summary of changes:
.../backendsapi/velox/VeloxListenerApi.scala | 26 ++++-
cpp/velox/compute/WholeStageResultIterator.cc | 17 ++--
.../memory/arrow/alloc/ArrowBufferAllocators.java | 19 ++--
.../memory/listener/ReservationListeners.java | 13 ++-
.../memory/memtarget/MemoryTargetVisitor.java | 4 +
.../scala/org/apache/gluten/GlutenPlugin.scala | 47 ++++++---
.../apache/spark/memory/GlobalOffHeapMemory.scala | 53 +++++++++++
.../spark/memory/GlobalOffHeapMemoryTarget.scala | 106 ++++++++++-----------
.../org/apache/spark/memory/SparkMemoryUtil.scala | 6 +-
.../org/apache/gluten/config/GlutenConfig.scala | 12 +++
10 files changed, 211 insertions(+), 92 deletions(-)
create mode 100644
gluten-core/src/main/scala/org/apache/spark/memory/GlobalOffHeapMemory.scala
rename
backends-velox/src/main/scala/org/apache/spark/memory/GlobalOffHeapMemory.scala
=>
gluten-core/src/main/scala/org/apache/spark/memory/GlobalOffHeapMemoryTarget.scala
(50%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]