You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Arvid Heise (Jira)" <ji...@apache.org> on 2019/09/24 12:58:00 UTC

[jira] [Created] (FLINK-14199) Only use dedicated/named classes for mailbox letters.

Arvid Heise created FLINK-14199:
-----------------------------------

             Summary: Only use dedicated/named classes for mailbox letters.
                 Key: FLINK-14199
                 URL: https://issues.apache.org/jira/browse/FLINK-14199
             Project: Flink
          Issue Type: Improvement
            Reporter: Arvid Heise
         Attachments: Screenshot 2019-08-22 at 12.59.59.png

Unnamed lambdas make it difficult to debug the code

 !Screenshot 2019-08-22 at 12.59.59.png! 

Note: there are cases of the mailbox usage that need a Future to track when a letter is executed and get success/exception result. Current implementation (in MailboxExecutor) piggybacks on java.util.concurrent.FutureTask and the fact that it implements Java Executor api.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)