[
https://issues.apache.org/jira/browse/GEODE-10336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexander Murmann updated GEODE-10336:
--------------------------------------
Labels: needsTriage (was: )
> ConnectionTable.close does not null out its static lastInstance field
> ---------------------------------------------------------------------
>
> Key: GEODE-10336
> URL: https://issues.apache.org/jira/browse/GEODE-10336
> Project: Geode
> Issue Type: Bug
> Components: membership
> Reporter: Darrel Schneider
> Priority: Major
> Labels: needsTriage
>
> The ConnectionTable.close method does a bunch of work but it does not null
> out the static "lastInstance" atomic. This causes it to keep the
> ConnectionTable alive which ends up keeping the InternalDistributedSystem
> alive.
> The easiest fix is to do this at the end of close: "emergencyClose();". The
> emergencyClose correctly set the lastInstance atomic to null.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)