FelixYBW commented on issue #7860:
URL: 
https://github.com/apache/incubator-gluten/issues/7860#issuecomment-2465781997

   So the root cause is that the memory is unmapped until the file is close. 
When we merge the spills it eventually mapped all the spill data to memory. 
"Killed by yarn" error makes sense here. 
   
   Let's see if the ReadableFile performance is the same as MemoryMappedFile. 
It's an easy fix if so. Otherwise we need to manually unmap the file.


-- 
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