AHeise commented on a change in pull request #9483: [FLINK-13767][task] Migrate
isFinished method from AvailabilityListener to AsyncDataInput
URL: https://github.com/apache/flink/pull/9483#discussion_r320738355
##########
File path:
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/io/StreamTwoInputProcessor.java
##########
@@ -72,10 +72,11 @@
* Stream status for the two inputs. We need to keep track for
determining when
* to forward stream status changes downstream.
*/
- private StreamStatus firstStatus;
- private StreamStatus secondStatus;
+ private StreamStatus firstStatus = StreamStatus.ACTIVE;
Review comment:
+1 to have initialized fields outside of ctor
----------------------------------------------------------------
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