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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to