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.
   
![image](https://github.com/user-attachments/assets/bbc80a7e-04f3-4407-ad98-57f9d43ec536)
   
   ### 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]

Reply via email to