Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
When the connection reads direct ack, there're 2 steps: readHeader and readMessage.
Another thread could jump in between to clear the buffer.
The another thread is doing notifyHandShakeWaiter's second call, which could clear the buffer.
Attachments
Issue Links
- fixes
-
GEODE-8652 member hung in Connection.notifyHandshakeWaiter() during disconnect waiting for a lock held by another thread in Connection.readAck()
- Closed
- links to