You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Alexander Murmann (Jira)" <ji...@apache.org> on 2022/05/25 22:06:00 UTC

[jira] [Updated] (GEODE-10335) TXManagerImpl.close does not remove itself from the static singeton

     [ https://issues.apache.org/jira/browse/GEODE-10335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexander Murmann updated GEODE-10335:
--------------------------------------
    Labels: needsTriage  (was: )

> 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
>            Priority: Major
>              Labels: needsTriage
>
> 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.7#820007)