You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "vishnu viswanath (JIRA)" <ji...@apache.org> on 2016/07/07 16:51:10 UTC

[jira] [Created] (FLINK-4174) Enhance Window Evictor

vishnu viswanath created FLINK-4174:
---------------------------------------

             Summary: Enhance Window Evictor
                 Key: FLINK-4174
                 URL: https://issues.apache.org/jira/browse/FLINK-4174
             Project: Flink
          Issue Type: Sub-task
          Components: Streaming
            Reporter: vishnu viswanath


Enhance the current functionality of Evictor as per this [design document|https://docs.google.com/document/d/1Rr7xzlItYqvFXLyyy-Yv0vvw8f29QYAjm5i9E4A_JlU/edit].

This includes:
- Allow eviction of elements from the window in any order (not only from the beginning). To do this Evictor must go through the list of elements and remove the elements that have to be evicted instead of the current approach of : returning the count of elements to be removed from beginning.
- Allow eviction to be done before/after applying the window function.







--
This message was sent by Atlassian JIRA
(v6.3.4#6332)