lifulong commented on issue #9316: URL: https://github.com/apache/incubator-gluten/issues/9316#issuecomment-2899942993
>  > > 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]
