Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.11.0, 1.12.0, 1.13.0
-
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.
Description
Per Flink documents, when a stream is idle, it will allow watermarks of downstream operator to advance. However, when I connect an active data stream with an idle data stream, the output watermark of the CoProcessOperator does not increase.
Here's a small test that reproduces the problem.
Attachments
Issue Links
- relates to
-
FLINK-22904 Performance regression on 25.05.2021 in mapRebalanceMapSink
- Closed
-
FLINK-22881 Tasks are blocked while broadcasting stream status
- Closed
- links to