Barry Oglesby created GEODE-4358: ------------------------------------ Summary: If internalDestory is called on a QueueConnectionImpl followed by internalClose, an NPE will occur Key: GEODE-4358 URL: https://issues.apache.org/jira/browse/GEODE-4358 Project: Geode Issue Type: Bug Components: client queues Reporter: Barry Oglesby
{\{QueueConnectionImpl internalDestroy}} sets \{{updater = null}}, but \{{internalClose}} does not check for null before attempting call \{{close}} on the updater. -- This message was sent by Atlassian JIRA (v7.6.3#76005)