Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-35796

Ensure that MailboxExecutor.submit is used correctly

    XMLWordPrintableJSON

Details

    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

          Activity

            People

              arvid Arvid Heise
              arvid Arvid Heise
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: