You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Rick Curtis (JIRA)" <ji...@apache.org> on 2010/08/02 17:15:17 UTC

[jira] Reopened: (OPENJPA-1727) QueryCache TIMESTAMP eviction policy doesn't evict a timed out query if it returns zero results.

     [ https://issues.apache.org/jira/browse/OPENJPA-1727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick Curtis reopened OPENJPA-1727:
----------------------------------


Reopening while looking at an intermittent test case failure.

> 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
>             Fix For: 2.1.0
>
>
> 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.