QueryCache TIMESTAMP eviction policy doesn't evict a timed out query if it 
returns zero results.
------------------------------------------------------------------------------------------------

                 Key: OPENJPA-1727
                 URL: https://issues.apache.org/jira/browse/OPENJPA-1727
             Project: OpenJPA
          Issue Type: Bug
    Affects Versions: 2.0.0, 2.1.0
            Reporter: Rick Curtis
            Assignee: Rick Curtis


In QueryCacheStoreQuery.checkCache() if the query result has no result, we 
return Collections.emptyList(). This is a problem when using the TIMESTAMP 
eviction policy because we skip the section of code that looks at the timestamp 
to evict stale entries.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to