[ 
https://issues.apache.org/jira/browse/FLINK-11520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17336523#comment-17336523
 ] 

Flink Jira Bot commented on FLINK-11520:
----------------------------------------

This issue was labeled "stale-major" 7 ago and has not received any updates so 
it is being deprioritized. If this ticket is actually Major, please raise the 
priority and ask a committer to assign you the issue or revive the public 
discussion.


> Triggers should be provided the window state
> --------------------------------------------
>
>                 Key: FLINK-11520
>                 URL: https://issues.apache.org/jira/browse/FLINK-11520
>             Project: Flink
>          Issue Type: Improvement
>          Components: Runtime / Task
>            Reporter: Elias Levy
>            Priority: Major
>              Labels: stale-major
>
> Some triggers may require access to the window state to perform their job.  
> Consider a window computing a count using an aggregate function.  It may be 
> desired to fire the window when the count is 1 and then at the end of the 
> window.  The early firing can provide feedback to external systems that a key 
> has been observed, while waiting for the final count.
> The same problem can be observed in 
> org.apache.flink.streaming.api.windowing.triggers.CountTrigger, which must 
> maintain an internal count instead of being able to make use of the window 
> state.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to