lifulong commented on issue #9316:
URL: 
https://github.com/apache/incubator-gluten/issues/9316#issuecomment-2899942993

   > 
![Image](https://github.com/user-attachments/assets/d44d258d-1d9e-414e-85df-8634f7e76786)
   > 
   > spark.gluten.sql.columnar.backend.velox.asyncTimeoutOnTaskStopping=120000 
We also encountered the same issue. After adjusting the parameter mentioned 
above to 120 seconds, the problem was resolved. our problem job stage has 
12000+ task, and each task has multi input split file
   
   Looks like it related to prefetch and async data load, async load hold table 
scan memory pool, it's release time may be delayed, not memory leak


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