[
https://issues.apache.org/jira/browse/BEAM-1119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17145600#comment-17145600
]
Beam JIRA Bot commented on BEAM-1119:
-------------------------------------
This issue was marked "stale-P2" and has not received a public comment in 14
days. It is now automatically moved to P3. If you are still affected by it, you
can comment and move it back to P2.
> Add a trigger that fires when the watermark passes timestamp
> ------------------------------------------------------------
>
> Key: BEAM-1119
> URL: https://issues.apache.org/jira/browse/BEAM-1119
> Project: Beam
> Issue Type: Improvement
> Components: beam-model
> Reporter: Manu Zhang
> Priority: P3
>
> For a pane with elements and timestamps {{[(a, 1), (b, 4), (c, 5)]}},
> * "a" would be emitted if watermark passes 1
> * "a" and "b" would be emitted if watermark passes 4
> * all the elements would be emitted if watermark passes 5
> * if the watermark jumps from 0 to 7 then all the elements would be emitted
> * if "d" comes in late with timestamp 3, then it will be emitted if it's
> within the allowed lateness.
> This usually means the trigger fires in the middle of a window and is useful
> when firing at the end of window misses the latency requirement.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)