You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2021/10/12 12:41:24 UTC

[GitHub] [flink] dawidwys commented on a change in pull request #17447: [hotfix] Update release notes with changes to StreamStatus

dawidwys commented on a change in pull request #17447:
URL: https://github.com/apache/flink/pull/17447#discussion_r727097686



##########
File path: docs/content.zh/release-notes/flink-1.14.md
##########
@@ -201,6 +201,19 @@ applications do not interfere with each other.
 
 ### DataStream API
 
+#### Fixed idleness handling for two/multi input operators
+
+##### [FLINK-18934](https://issues.apache.org/jira/browse/FLINK-18934)
+
+##### [FLINK-23767](https://issues.apache.org/jira/browse/FLINK-23767)
+
+We added `processWatermarkStatusX` method to classes such as `AbstractStreamOperator`, `Input` etc.
+It allows to take the `WatermarkStatus` into account when combining watermarks in two/multi input
+operators.
+
+Moreover, we clarified the contract of semi-internal, semi-public `StreamStatus` class and renamed
+it to `WatermarkStatus` in order to better reflect its purpose.

Review comment:
       Ad. 1 See point 2.
   Ad. 2 See point 1.
   ;P
   
   Honestly, I don't mind a tiny bit of being unprofessional, but sure, let me remove the phrase ;)




-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org