You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Dmitriy Setrakyan (JIRA)" <ji...@apache.org> on 2015/04/13 03:46:12 UTC

[jira] [Created] (IGNITE-728) Need to reimplement CREATE-TIME-TTL as eviction policy

Dmitriy Setrakyan created IGNITE-728:
----------------------------------------

             Summary: 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: Bug
          Components: cache, streaming
            Reporter: Dmitriy Setrakyan
            Assignee: Yakov Zhdanov
            Priority: Blocker
             Fix For: sprint-4


# 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)