Skip to content

Commit 0b07d64

Browse files
committed
[hotfix] Update release notes with changes to StreamStatus
This closes apache#17447
1 parent 5416ece commit 0b07d64

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

docs/content.zh/release-notes/flink-1.14.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,19 @@ applications do not interfere with each other.
201201

202202
### DataStream API
203203

204+
#### Fixed idleness handling for two/multi input operators
205+
206+
##### [FLINK-18934](https://issues.apache.org/jira/browse/FLINK-18934)
207+
208+
##### [FLINK-23767](https://issues.apache.org/jira/browse/FLINK-23767)
209+
210+
We added `processWatermarkStatusX` method to classes such as `AbstractStreamOperator`, `Input` etc.
211+
It allows to take the `WatermarkStatus` into account when combining watermarks in two/multi input
212+
operators.
213+
214+
Note that with this release, we renamed the previously internal `StreamStatus` to `WatermarkStatus`
215+
in order to better reflect its purpose.
216+
204217
#### Allow @TypeInfo annotation on POJO field declarations
205218

206219
##### [FLINK-12141](https://issues.apache.org/jira/browse/FLINK-12141)

docs/content/release-notes/flink-1.14.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,19 @@ applications do not interfere with each other.
201201

202202
### DataStream API
203203

204+
#### Fixed idleness handling for two/multi input operators
205+
206+
##### [FLINK-18934](https://issues.apache.org/jira/browse/FLINK-18934)
207+
208+
##### [FLINK-23767](https://issues.apache.org/jira/browse/FLINK-23767)
209+
210+
We added `processWatermarkStatusX` method to classes such as `AbstractStreamOperator`, `Input` etc.
211+
It allows to take the `WatermarkStatus` into account when combining watermarks in two/multi input
212+
operators.
213+
214+
Note that with this release, we renamed the previously internal `StreamStatus` to `WatermarkStatus`
215+
in order to better reflect its purpose.
216+
204217
#### Allow @TypeInfo annotation on POJO field declarations
205218

206219
##### [FLINK-12141](https://issues.apache.org/jira/browse/FLINK-12141)

0 commit comments

Comments
 (0)