Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.14.4, 1.15.0
Description
Currently, when dealing with watermarks in AbstractPythonFunctionOperator, super.processWatermark(mark) is called, which advances watermark in timeServiceManager thus triggering timers and then emit current watermark. However, timer triggering is not synchronous in PyFlink (processTimer only put data into beam buffer), and when remote bundle is closed and output records produced by on_timer function finally arrive at Java side, they are already behind the triggering watermark.
Attachments
Issue Links
- links to