pgaref commented on code in PR #21923:
URL: https://github.com/apache/flink/pull/21923#discussion_r1124081750
##########
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/StreamTask.java:
##########
@@ -1019,16 +1049,24 @@ public CanEmitBatchOfRecordsChecker
getCanEmitBatchOfRecords() {
return () -> !this.mailboxProcessor.hasMail() && taskIsAvailable();
}
+ public final boolean isInitialized() {
Review Comment:
Ack, moved to TaskState 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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]