You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/03/03 13:27:11 UTC

[GitHub] [flink] echauchot edited a comment on pull request #18610: [FLINK-23843][runtime] Properly fail the job when SplitEnumeratorContext.runInCoordinatorThread() throws an exception

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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org