You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Karl Wright (JIRA)" <ji...@apache.org> on 2019/03/03 13:06:00 UTC

[jira] [Resolved] (CONNECTORS-1589) lrusize always null

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

Karl Wright resolved CONNECTORS-1589.
-------------------------------------
    Resolution: Fixed

r1854702


> lrusize always null
> -------------------
>
>                 Key: CONNECTORS-1589
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-1589
>             Project: ManifoldCF
>          Issue Type: Bug
>          Components: Framework core
>    Affects Versions: ManifoldCF 2.12
>            Reporter: Cihad Guzel
>            Assignee: Karl Wright
>            Priority: Major
>             Fix For: ManifoldCF 2.13
>
>
> {code:java}
> public abstract class BaseDescription implements ICacheDescription {
> ...
> public int getMaxLRUCount()
>    ...
>           String x = null; // JSKW.getProperty("cache."+objectClassName+".lrusize");
>           if (x == null)
>    ...
> {code}
> Change this condition so that it does not always evaluate to "true"



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)