[
https://issues.apache.org/jira/browse/GEODE-8063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17104604#comment-17104604
]
ASF subversion and git services commented on GEODE-8063:
--------------------------------------------------------
Commit 4929011adfeecb2cfac6559df171cba9e33ae9b9 in geode-native's branch
refs/heads/develop from Jacob Barrett
[ https://gitbox.apache.org/repos/asf?p=geode-native.git;h=4929011 ]
GEODE-8063: Fixes access violation. (#597)
The external Cache pointer is not valid when destruction has started.
Refactored to not be static and use this CacheImpl.
Removed unused private static method from API files.
> Access violation during Cache destrucition caused by ClientMetadataService
> --------------------------------------------------------------------------
>
> Key: GEODE-8063
> URL: https://issues.apache.org/jira/browse/GEODE-8063
> Project: Geode
> Issue Type: Bug
> Components: native client
> Reporter: Jacob Barrett
> Assignee: Jacob Barrett
> Priority: Major
>
> During the destruction of {{Cache}} the pointer to {{CacheImpl}} is invalid.
> Calls from {{ClientMetadataService}} attempt to access {{Pool}} instances
> through the {{Cache}} instance rather than {{CacheImpl}} resulting in access
> violation. This issue is timing dependent and isn't always reproducible.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)