echauchot commented on pull request #18610: URL: https://github.com/apache/flink/pull/18610#issuecomment-1057959553
@tillrohrmann @dmvk. Fixed. For the record I had to use `ManuallyTriggeredScheduledExecutorService` to manually trigger runnables that ScheduledThreadPool keeps in a waiting state that caused the infinite wait. I had to modify `ManuallyTriggeredScheduledExecutorService` to allow passing the fthread factory so that the exception handler is set. Already squashed and rebased. I think we are ready for merging. PTAL -- 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]
