[
https://issues.apache.org/jira/browse/IGNITE-728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrey Gura closed IGNITE-728.
------------------------------
Merged into ignite-sprint-4 branch.
> Need to reimplement CREATE-TIME-TTL as eviction policy
> ------------------------------------------------------
>
> Key: IGNITE-728
> URL: https://issues.apache.org/jira/browse/IGNITE-728
> Project: Ignite
> Issue Type: Sub-task
> Components: cache, streaming
> Reporter: Dmitriy Setrakyan
> Assignee: Andrey Gura
> Priority: Blocker
> Fix For: sprint-4
>
> Attachments: ignite-728.patch, ignite-728.patch
>
>
> # We should treat eviction queue as a collection of fix-sized buckets.
> # Each bucket can be a list of entries.
> # Each bucket should keep a timestamp of when that bucket was crated.
> Whenever (currentTime - bucketCreateTime) > TTL, all the entries in the
> bucket get evicted.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)