You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Ryan McMahon (JIRA)" <ji...@apache.org> on 2018/05/01 17:46:00 UTC

[jira] [Created] (GEODE-5161) Accessing cacheImpl directly to avoid more access exceptions

Ryan McMahon created GEODE-5161:
-----------------------------------

             Summary: Accessing cacheImpl directly to avoid more access exceptions
                 Key: GEODE-5161
                 URL: https://issues.apache.org/jira/browse/GEODE-5161
             Project: Geode
          Issue Type: Test
          Components: native client
            Reporter: Ryan McMahon


The testCacheXmlInitialization test results in a race condition between cache destruction and cache access in two different threads.  Accessing the CacheImpl directly instead of the Cache appears to work around the race condtion.  Another story will be written to address the actual race condition but this story captures the quick test fix of accessing CacheImpl.



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