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)