Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.0
-
None
Description
https://issues.apache.org/jira/browse/FLINK-34470 showed that MailboxExecutor.submit may result in unexpected exception handling: while execute will bubble up the exception in the task thread and result in some fault, submit can hide the exception because the API assumes that the returned Future is checked for it explicitly or implicitly.
We can solve the situation by improving the doc of MailboxExecutor and double-check the internal usages.
Attachments
Issue Links
- links to