[ 
https://issues.apache.org/jira/browse/FLINK-11520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Flink Jira Bot updated FLINK-11520:
-----------------------------------
      Labels: auto-deprioritized-major auto-deprioritized-minor  (was: 
auto-deprioritized-major stale-minor)
    Priority: Not a Priority  (was: Minor)

This issue was labeled "stale-minor" 7 days ago and has not received any 
updates so it is being deprioritized. If this ticket is actually Minor, 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: Not a Priority
>              Labels: auto-deprioritized-major, auto-deprioritized-minor
>
> 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.20.1#820001)

Reply via email to