Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
0.14.0
-
None
-
None
Description
TaskInstance will aggregate watermark messages based on counting the upstream tasks, and calculate the result watermark based on the following equation:
InputWatermark = min
{ OutputWatermark(task) for each task in upstream tasks }Then it will deliver the water to the task. The task will process the watermark and finally send it again to downstreams based on stream graph topology.
Attachments
Issue Links
- is depended upon by
-
SAMZA-1260 Support Control Messages Across Intermediate Streams
- Resolved