WangGuangxin opened a new issue, #6487: URL: https://github.com/apache/incubator-gluten/issues/6487
### Backend VL (Velox) ### Bug description The `ColumnarBatchOutIterator` should check whether the task is interrupted, so that speculation tasks can end as soon as possible. Since when `Thread.interrupt()` is called and it's in a JNI call, the `InterruptedException` is not thrown, then we need to check the interrupt status. A case in our env is the speculation task run for 2 hours, but in fact, the task with attempt id = 0 has already fininshed 1.5 hours ago.  ### Spark version None ### Spark configurations _No response_ ### System information _No response_ ### Relevant logs _No response_ -- 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]
