zhztheplayer opened a new issue, #7161:
URL: https://github.com/apache/incubator-gluten/issues/7161

   ### Description
   
   Background IO thread may first hold a lock then initialize spilling on Velox 
task thread. When this is happening, Velox task thread is commanded to pause. 
However before a successful pause, Velox task thread may still acquire memory 
and requests for the same lock that was already acquired by IO thread. Then a 
dead lock may be caused.
   
   This issue causes recent timeout failures in recent GHA OOM test, Q97. E.g., 
https://github.com/apache/incubator-gluten/actions/runs/10736481853/job/29776061484.


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