EnricoMi commented on PR #1738:
URL: 
https://github.com/apache/incubator-uniffle/pull/1738#issuecomment-2146847197

   > > So I am not sure why we are seeing those interrupt exceptions. Either 
these indicate timeouts or some other cause interrupt.
   > 
   > Also, the reasons are still unclear. We need to know what caused this.
   
   @rickyma I have found the root cause:
   
   
https://github.com/apache/incubator-uniffle/blob/eb164a8fa79cf70dcdbb13774686663cf11bc8af/client/src/main/java/org/apache/uniffle/client/impl/ShuffleWriteClientImpl.java#L977-L995
   
   Method `ThreadUtils.executeTasks` is called with a timeout of 
`unregisterRequestTimeSec`, clearly in unit of seconds, whereas 
`ThreadUtils.executeTasks` expects milliseconds. Therefore, `executeTasks` 
returns after 10 ms (default) and ongoing tasks are killed.


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