Jiangjie Qin created FLINK-18322:
------------------------------------
Summary: Fix unstable ExecutorNotifierTest#testExceptionInHandler.
Key: FLINK-18322
URL:
https://issues.apache.org/jira/browse/FLINK-18322 Project: Flink
Issue Type: Bug
Components: Connectors / Common
Reporter: Jiangjie Qin
The {{ExecutorNotifierTest#testExceptionInHandler()}} fails intermittently because the {{UncaughtExceptionHandler}} may fire after the {{ExecutorService}} has shutdown. The fix is to ensure only check the exception after the {{UncaughtExceptionHandler}} has fired.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)