You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Thomas Mueller (JIRA)" <ji...@apache.org> on 2014/01/29 10:58:09 UTC

[jira] [Created] (OAK-1364) CacheLIRS concurrency issue

Thomas Mueller created OAK-1364:
-----------------------------------

             Summary: CacheLIRS concurrency issue
                 Key: OAK-1364
                 URL: https://issues.apache.org/jira/browse/OAK-1364
             Project: Jackrabbit Oak
          Issue Type: Bug
          Components: core
            Reporter: Thomas Mueller
            Assignee: Thomas Mueller
             Fix For: 0.16


Some of the methods of the cache can throw a NullPointerException when the cache is used concurrently. Example stack trace:

{code}
java.lang.NullPointerException: null
org.apache.jackrabbit.oak.cache.CacheLIRS.values(CacheLIRS.java:470) 
org.apache.jackrabbit.oak.cache.CacheLIRS$1.values(CacheLIRS.java:1432)
org.apache.jackrabbit.oak.plugins.segment.file.FileStore.flush(FileStore.java:205)
{code}




--
This message was sent by Atlassian JIRA
(v6.1.5#6160)