Closed FelixYBW closed 1 month ago
@FelixYBW Could you provide the full stack trace of the exception?
Done
Shuffle spill is triggered but it fails to allocate extra memory during spill
at org.apache.gluten.memory.memtarget.ThrowOnOomMemoryTarget.borrow(ThrowOnOomMemoryTarget.java:105)
at org.apache.gluten.memory.listener.ManagedReservationListener.reserve(ManagedReservationListener.java:49)
at org.apache.gluten.vectorized.ShuffleWriterJniWrapper.nativeEvict(Native Method)
at org.apache.spark.shuffle.ColumnarShuffleWriter$$anon$1.spill(ColumnarShuffleWriter.scala:173)
The memory allocation likely stems from compression. It can be fixed via pre-allocating the compression buffer.
fixed
Backend
VL (Velox)
Bug description
should be sort based shuffle. @marin-ma
Spark version
None
Spark configurations
No response
System information
No response
Relevant logs
No response