jbonofre commented on PR #15541:
URL: https://github.com/apache/iceberg/pull/15541#issuecomment-4056732643

   @pvary @mxm by the way, I took a look on the Flink CI which timed out on 
different jobs: they are all stuck on:
   
   ```
   [TaskExecutorFileMergingManager shutdown hook] INFO 
org.apache.flink.runtime.state.TaskExecutorFileMergingManager - Shutting down 
TaskExecutorFileMergingManager.
   ```
   
   So, I went on the Flink community, and this is a known Flink issue.
   
   The TaskExecutorFileMergingManager shutdown hook can deadlock when the JVM 
is shutting down concurrently with the mini-cluster.
   
   I'm investigating if I can find a better fix that just the timeout I already 
did.


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