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/14 15:44:15 UTC

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

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



##########
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:
       ```suggestion
   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. Note that with this release, we renamed `StreamStatus` to `WatermarkStatus` in order to better reflect its purpose.
   ```




-- 
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