[infinispan-issues] [JBoss JIRA] Created: (ISPN-745) In Memcached, unix time expiry before now is considered as immortal

Galder Zamarreño (JIRA) jira-events at lists.jboss.org
Fri Oct 29 05:57:54 EDT 2010


In Memcached, unix time expiry before now is considered as immortal
-------------------------------------------------------------------

                 Key: ISPN-745
                 URL: https://jira.jboss.org/browse/ISPN-745
             Project: Infinispan
          Issue Type: Bug
          Components: Cache Server
    Affects Versions: 4.2.0.ALPHA4, 4.1.0.Final
            Reporter: Galder Zamarreño
            Assignee: Galder Zamarreño
             Fix For: 4.2.0.BETA1, 4.2.0.Final


In memcached, if lifespan is bigger than seconds in a month, it is considered unix time, but if this time is smaller than current time, a negative number is produced and passed to Infinispan cache which results in entry not being removed. Instead, Memcached server should spot this and since the time is in the past, pass 0 to remove it immediately.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the infinispan-issues mailing list