WangGuangxin opened a new pull request, #6488: URL: https://github.com/apache/incubator-gluten/pull/6488
## What changes were proposed in this pull request? 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.  (Fixes: \#6487) ## How was this patch tested? Mannually -- 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]
