[
https://issues.apache.org/jira/browse/OPENJPA-1727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rick Curtis resolved OPENJPA-1727.
----------------------------------
Fix Version/s: 2.1.0
Resolution: Fixed
Committed revision 980963 to trunk.
> 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.