kecookier commented on issue #8128: URL: https://github.com/apache/incubator-gluten/issues/8128#issuecomment-2547731234
> task 1925 holds 8.8G, shuffle spills 5.5G. task 1925 has 3.3G. It's less than maxPerTask = 6G. why it still return 0? @FelixYBW The call to `overTarget.borrow(overSize)` triggers a shuffle spill, but the function returns the granted amount from `target.borrow(size)`, which is zero. https://github.com/apache/incubator-gluten/blob/36f0a8fc75d08d409ffa538af8cc4781f97d15d0/gluten-core/src/main/java/org/apache/gluten/memory/memtarget/OverAcquire.java#L63 -- 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]
