Jinmei Liao created GEODE-10042: ----------------------------------- Summary: 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 Reporter: Jinmei Liao
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)