AHeise commented on a change in pull request #11529: [FLINK-16806][operators]
Add support for InputSelection to MultipleInputStreamOperator
URL: https://github.com/apache/flink/pull/11529#discussion_r398674108
##########
File path:
flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/tasks/StreamTaskMailboxTestHarness.java
##########
@@ -122,6 +122,12 @@ private void maybeProcess() throws Exception {
public void process() throws Exception {
while (streamTask.inputProcessor.isAvailable() &&
streamTask.mailboxProcessor.isMailboxLoopRunning()) {
+ processSingleStep();
Review comment:
Kind of replicates the checks. Would it make sense to have a `boolean
processSingleStep`, where we can just execute a `while(processSingleStep()) ;`?
----------------------------------------------------------------
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