pnowojski commented on a change in pull request #11098: [FLINK-16060][task] 
Implement working StreamMultipleInputProcessor
URL: https://github.com/apache/flink/pull/11098#discussion_r383414666
 
 

 ##########
 File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/mailbox/MailboxProcessor.java
 ##########
 @@ -183,9 +183,20 @@ public void runMailboxLoop() throws Exception {
 
                final MailboxController defaultActionContext = new 
MailboxController(this);
 
-               while (processMail(localMailbox)) {
+               while (runMailboxStep(localMailbox, defaultActionContext)) {
+               }
+       }
+
+       public boolean runMailboxStep() throws Exception {
 
 Review comment:
   I think this could be part of the public api for this class.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to