[ https://issues.apache.org/jira/browse/GEODE-10335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mario Ivanac resolved GEODE-10335. ---------------------------------- Fix Version/s: 1.16.0 Resolution: Fixed > TXManagerImpl.close does not remove itself from the static singeton > ------------------------------------------------------------------- > > Key: GEODE-10335 > URL: https://issues.apache.org/jira/browse/GEODE-10335 > Project: Geode > Issue Type: Bug > Components: transactions > Reporter: Darrel Schneider > Assignee: Mario Ivanac > Priority: Major > Labels: blocks-1.16.0, pull-request-available > Fix For: 1.16.0 > > > TXManagerImpl.close does not remove itself from the static singleton. This > causes it to keep the GemFireCacheImpl alive after it has been closed. > The simple fix is to add "currentInstance = null" at the end of the close > method. -- This message was sent by Atlassian Jira (v8.20.10#820010)