echauchot edited a comment on pull request #18610:
URL: https://github.com/apache/flink/pull/18610#issuecomment-1057959553


   @tillrohrmann @dmvk the inifnite running pb on AZP is now fixed. For the 
record I had to use `ManuallyTriggeredScheduledExecutorService` to manually 
trigger runnables that ScheduledThreadPool keeps in a waiting state which 
caused the infinite wait. I had to modify 
`ManuallyTriggeredScheduledExecutorService` to allow passing the thread factory 
so that the exception handler is set.
   
   Already squashed the commits. 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]


Reply via email to