[ https://issues.apache.org/jira/browse/GEODE-10042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jinmei Liao resolved GEODE-10042. --------------------------------- Fix Version/s: 1.15.0 Resolution: Fixed > ServerConnection would make the ClientUserAuths null when there are still > client using that connection > ------------------------------------------------------------------------------------------------------ > > Key: GEODE-10042 > URL: https://issues.apache.org/jira/browse/GEODE-10042 > Project: Geode > Issue Type: Bug > Components: client/server > Affects Versions: 1.14.3 > Reporter: Jinmei Liao > Assignee: Jinmei Liao > Priority: Major > Labels: needsTriage, pull-request-available > Fix For: 1.15.0 > > > In `handleTermination` method, when we calculate there are still client > threads using this connection, we should not cleanup clientUserAuth (this is > done correctly), but we make the clientUserAuth null regardless, this would > result in NPE sent down to the client. -- This message was sent by Atlassian Jira (v8.20.1#820001)