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

Paul Lin commented on FLINK-22300:
----------------------------------

[~arvid] For a usage case, how about a global window (no window size is 
defined) that relies on a processing time TimeEvictor to clean up the elements? 
RWT the solution, I think maybe in case of processing time we can attach the 
processing timestamp to the TimestampedValue in window assigners and erase them 
after evictors. WDYT?

> Why TimeEvictor of Keyed Windows evictor do not support ProcessingTime of 
> TimeCharacteristic
> --------------------------------------------------------------------------------------------
>
>                 Key: FLINK-22300
>                 URL: https://issues.apache.org/jira/browse/FLINK-22300
>             Project: Flink
>          Issue Type: Improvement
>          Components: API / DataStream
>    Affects Versions: 1.11.3
>            Reporter: Bo Huang
>            Priority: Minor
>              Labels: auto-deprioritized-major, stale-minor
>
> StreamExecutionEnvironment.setStreamTimeCharacteristic(TimeCharacteristic.ProcessingTime).
> The data after Windows process can not be evicted by TimeEvictor of Keyed 
> Windows Beause TimestampedValue have no timestamp value.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to