Eric Shu created GEODE-10063:
--------------------------------
Summary: A closed/destroyed connection can be set as a primary
queueConnection in QueueManager
Key: GEODE-10063
URL: https://issues.apache.org/jira/browse/GEODE-10063
Project: Geode
Issue Type: Bug
Components: client queues
Affects Versions: 1.15.0
Reporter: Eric Shu
In certain race cases, a destroyed connection is set to be the primary queue
connection connected to servers. If re-auth is enabled, and server pauses the
primary queue waiting for the re-auth token, there will be no client to server
connection available to send the valid re-auth token for server to unpause the
queue. And said client can not receive any events.
The situation should be detected during RedundancySatisfierTask, but it could
not.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)